#70502E

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

Shades of Cafe Royale #70502E

Tints of Cafe Royale #70502E

Color information

#70502E (or 0x70502E) is unknown color: approx Cafe Royale. HEX triplet: 70, 50 and 2E. RGB value is (112,80,46). Sum of RGB (Red+Green+Blue) = 112+80+46=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502E is #8FAFD1. Grayscale: #555555. Windows color (decimal): -9416658 or 3035248. OLE color: 3035248.

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

Color convert

RGB1128046-
CMYK00.290.590.56
HSL30.91º41.77%30.98%-
HSV(B)30.91º58.93%43.92%-
XYZ10.049.383.87-
YUV85.69105.6146.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=47.06%
G=33.61%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112804600.290.590.5630.9141.7730.98
Hex70502E01D3B381f2a1f
Octal160120560357370375237
Binary111000010100001011100111011110111110001111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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