#73502B

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

Shades of Cafe Royale #73502B

Tints of Cafe Royale #73502B

Color information

#73502B (or 0x73502B) is unknown color: approx Cafe Royale. HEX triplet: 73, 50 and 2B. RGB value is (115,80,43). Sum of RGB (Red+Green+Blue) = 115+80+43=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #73502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73502B is #8CAFD4. Grayscale: #565656. Windows color (decimal): -9220053 or 2838643. OLE color: 2838643.

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

Color convert

RGB1158043-
CMYK00.300.630.55
HSL30.83º45.57%30.98%-
HSV(B)30.83º62.61%45.1%-
XYZ10.379.563.58-
YUV86.25103.6148.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=48.32%
G=33.61%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115804300.300.630.5530.8345.5730.98
Hex73502B01E3F371f2e1f
Octal163120530367767375637
Binary111001110100001010110111101111111101111111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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