#704A27

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

Shades of Cafe Royale #704A27

Tints of Cafe Royale #704A27

Color information

#704A27 (or 0x704A27) is unknown color: approx Cafe Royale. HEX triplet: 70, 4A and 27. RGB value is (112,74,39). Sum of RGB (Red+Green+Blue) = 112+74+39=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #704A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A27 is #8FB5D8. Grayscale: #515151. Windows color (decimal): -9418201 or 2574960. OLE color: 2574960.

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

Color convert

RGB1127439-
CMYK00.340.650.56
HSL28.77º48.34%29.61%-
HSV(B)28.77º65.18%43.92%-
XYZ9.58.493.06-
YUV81.37104.09149.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=49.78%
G=32.89%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112743900.340.650.5628.7748.3429.61
Hex704A2702241381d301e
Octal1601124704210170356036
Binary11100001001010100111010001010000011110001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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