#70502F

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

Shades of Cafe Royale #70502F

Tints of Cafe Royale #70502F

Color information

#70502F (or 0x70502F) is unknown color: approx Cafe Royale. HEX triplet: 70, 50 and 2F. RGB value is (112,80,47). Sum of RGB (Red+Green+Blue) = 112+80+47=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70502F is #8FAFD0. Grayscale: #555555. Windows color (decimal): -9416657 or 3100784. OLE color: 3100784.

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

Color convert

RGB1128047-
CMYK00.290.580.56
HSL30.46º40.88%31.18%-
HSV(B)30.46º58.04%43.92%-
XYZ10.069.393.97-
YUV85.81106.1146.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=46.86%
G=33.47%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112804700.290.580.5630.4640.8831.18
Hex70502F01D3A381e291f
Octal160120570357270365137
Binary111000010100001011110111011110101110001111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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