#70502C

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

Shades of Cafe Royale #70502C

Tints of Cafe Royale #70502C

Color information

#70502C (or 0x70502C) is unknown color: approx Cafe Royale. HEX triplet: 70, 50 and 2C. RGB value is (112,80,44). Sum of RGB (Red+Green+Blue) = 112+80+44=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502C is #8FAFD3. Grayscale: #555555. Windows color (decimal): -9416660 or 2904176. OLE color: 2904176.

HSL color Cylindrical-coordinate representation of color #70502C: hue angle of 31.76º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70502C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1128044-
CMYK00.290.610.56
HSL31.76º43.59%30.59%-
HSV(B)31.76º60.71%43.92%-
XYZ10.019.363.66-
YUV85.46104.6146.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=47.46%
G=33.90%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112804400.290.610.5631.7643.5930.59
Hex70502C01D3D38202c1f
Octal160120540357570405437
Binary1110000101000010110001110111110111100010000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70502C; }

 p { color: rgb(112,80,44); }

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

<style>
 a { background-color: #70502C; }

 a { background-color: rgb(112,80,44); }

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

<style>
 span { border-color: #70502C; }

 span { border-color: rgb(112,80,44); }

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