#70502D

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

Shades of Cafe Royale #70502D

Tints of Cafe Royale #70502D

Color information

#70502D (or 0x70502D) is unknown color: approx Cafe Royale. HEX triplet: 70, 50 and 2D. RGB value is (112,80,45). Sum of RGB (Red+Green+Blue) = 112+80+45=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502D is #8FAFD2. Grayscale: #555555. Windows color (decimal): -9416659 or 2969712. OLE color: 2969712.

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

Color convert

RGB1128045-
CMYK00.290.600.56
HSL31.34º42.68%30.78%-
HSV(B)31.34º59.82%43.92%-
XYZ10.029.373.76-
YUV85.58105.1146.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=47.26%
G=33.76%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112804500.290.600.5631.3442.6830.78
Hex70502D01D3C381f2b1f
Octal160120550357470375337
Binary111000010100001011010111011111001110001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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