#70502A

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

Shades of Cafe Royale #70502A

Tints of Cafe Royale #70502A

Color information

#70502A (or 0x70502A) is unknown color: approx Cafe Royale. HEX triplet: 70, 50 and 2A. RGB value is (112,80,42). Sum of RGB (Red+Green+Blue) = 112+80+42=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502A is #8FAFD5. Grayscale: #555555. Windows color (decimal): -9416662 or 2773104. OLE color: 2773104.

HSL color Cylindrical-coordinate representation of color #70502A: hue angle of 32.57º 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 #70502A is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1128042-
CMYK00.290.620.56
HSL32.57º45.45%30.2%-
HSV(B)32.57º62.5%43.92%-
XYZ9.979.353.47-
YUV85.24103.6147.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=47.86%
G=34.19%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112804200.290.620.5632.5745.4530.2
Hex70502A01D3E38212d1e
Octal160120520357670415536
Binary1110000101000010101001110111111011100010000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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