#704B27

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

Shades of Cafe Royale #704B27

Tints of Cafe Royale #704B27

Color information

#704B27 (or 0x704B27) is unknown color: approx Cafe Royale. HEX triplet: 70, 4B and 27. RGB value is (112,75,39). Sum of RGB (Red+Green+Blue) = 112+75+39=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #704B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B27 is #8FB4D8. Grayscale: #525252. Windows color (decimal): -9417945 or 2575216. OLE color: 2575216.

HSL color Cylindrical-coordinate representation of color #704B27: hue angle of 29.59º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704B27 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1127539-
CMYK00.330.650.56
HSL29.59º48.34%29.61%-
HSV(B)29.59º65.18%43.92%-
XYZ9.568.623.08-
YUV81.96103.76149.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=49.56%
G=33.19%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112753900.330.650.5629.5948.3429.61
Hex704B2702141381e301e
Octal1601134704110170366036
Binary11100001001011100111010000110000011110001111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B27; }

 p { color: rgb(112,75,39); }

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

<style>
 a { background-color: #704B27; }

 a { background-color: rgb(112,75,39); }

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

<style>
 span { border-color: #704B27; }

 span { border-color: rgb(112,75,39); }

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