Html Css Color HEX #704E27 Cafe Royale

📋 copy color: '#704E27'

red 112 ◦ green 78 ◦ blue 39

#704E27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cafe Royale #704E27

Tints of Cafe Royale #704E27

RGB

 RED value IS 112 (44.14% from 255) = 48.91%

 GREEN value IS 78 (30.86% from 255) = 34.06%

 BLUE value IS 39 (15.63% from 255) = 17.03%

R = 48.91%
G = 34.06%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#704E27 (or 0x704E27) is known color: Cafe Royale. HEX triplet: 70, 4E and 27. RGB value is (112,78,39). Sum of RGB (Red+Green+Blue) = 112+78+39=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E27 is #8FB1D8. Grayscale: #535353. Windows color (decimal): -9417177 or 2575984. OLE color: 2575984.

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

Color convert

RGB 112 78 39 -
CMYK 0 0.30 0.65 0.56
HSL 32.05º 0.48% 0.3% -
HSV(B) 32.05º 0.65% 0.44% -
XYZ 9.77 9.04 3.15 -
YUV 83.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 112 78 39 0 0.30 0.65 0.56 32.05 0.48 0.3
Hex 70 4E 27 0 1E 41 38 20 30 1E
Octal 160 116 47 0 36 101 70 40 60 36
Binary 1110000 1001110 100111 0 11110 1000001 111000 100000 110000 11110

Color Harmonies of #704E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E27

Black with #704E27

Text Example


Text Example

White with #704E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #704E27;
 }
 .AnyTagClassName
 {
   color: #704E27;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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