#70492B

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

Shades of Cafe Royale #70492B

Tints of Cafe Royale #70492B

Color information

#70492B (or 0x70492B) is unknown color: approx Cafe Royale. HEX triplet: 70, 49 and 2B. RGB value is (112,73,43). Sum of RGB (Red+Green+Blue) = 112+73+43=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70492B is #8FB6D4. Grayscale: #515151. Windows color (decimal): -9418453 or 2836848. OLE color: 2836848.

HSL color Cylindrical-coordinate representation of color #70492B: hue angle of 26.09º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70492B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1127343-
CMYK00.350.620.56
HSL26.09º44.52%30.39%-
HSV(B)26.09º61.61%43.92%-
XYZ9.58.383.4-
YUV81.24106.42149.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=49.12%
G=32.02%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112734300.350.620.5626.0944.5230.39
Hex70492B0233E381a2d1e
Octal160111530437670325536
Binary1110000100100110101101000111111101110001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,73,43); }

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

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

 a { background-color: rgb(112,73,43); }

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

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

 span { border-color: rgb(112,73,43); }

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