#73502E

Color #73502E Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #73502E

Tints of Cafe Royale #73502E

Color information

#73502E (or 0x73502E) is unknown color: approx Cafe Royale. HEX triplet: 73, 50 and 2E. RGB value is (115,80,46). Sum of RGB (Red+Green+Blue) = 115+80+46=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73502E is #8CAFD1. Grayscale: #565656. Windows color (decimal): -9220050 or 3035251. OLE color: 3035251.

HSL color Cylindrical-coordinate representation of color #73502E: hue angle of 29.57º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73502E is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB1158046-
CMYK00.300.60.55
HSL29.57º42.86%31.57%-
HSV(B)29.57º60%45.1%-
XYZ10.439.583.88-
YUV86.59105.1148.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=47.72%
G=33.20%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115804600.300.60.5529.5742.8631.57
Hex73502E01E3C371e2b20
Octal163120560367467365340
Binary1110011101000010111001111011110011011111110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73502E; }

 p { color: rgb(115,80,46); }

 H1.HeaderClassName
 {
   color: #73502E;
 }
 .AnyTagClassName
 {
   color: #73502E;
 }
</style>
background-color css

<style>
 a { background-color: #73502E; }

 a { background-color: rgb(115,80,46); }

 div.DivClassName
 {
   background-color: #73502E;
 }
 .BgClassName
 {
   background-color: #73502E;
 }
</style>
border-color css

<style>
 span { border-color: #73502E; }

 span { border-color: rgb(115,80,46); }

 td.TdClassName
 {
   border-color: #73502E;
 }
 .TagClassName
 {
   border-color: #73502E;
 }
</style>