#704F27

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

Shades of Cafe Royale #704F27

Tints of Cafe Royale #704F27

Color information

#704F27 (or 0x704F27) is unknown color: approx Cafe Royale. HEX triplet: 70, 4F and 27. RGB value is (112,79,39). Sum of RGB (Red+Green+Blue) = 112+79+39=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F27 is #8FB0D8. Grayscale: #545454. Windows color (decimal): -9416921 or 2576240. OLE color: 2576240.

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

Color convert

RGB1127939-
CMYK00.290.650.56
HSL32.88º48.34%29.61%-
HSV(B)32.88º65.18%43.92%-
XYZ9.849.183.17-
YUV84.31102.43147.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=48.70%
G=34.35%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112793900.290.650.5632.8848.3429.61
Hex704F2701D413821301e
Octal1601174703510170416036
Binary11100001001111100111011101100000111100010000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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