Html Css Color HEX #704A27 Cafe Royale

📋 copy color: '#704A27'

red 112 ◦ green 74 ◦ blue 39

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

Shades of Cafe Royale #704A27

Tints of Cafe Royale #704A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

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

R = 49.78%
G = 32.89%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#704A27 (or 0x704A27) is known color: 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

RGB 112 74 39 -
CMYK 0 0.34 0.65 0.56
HSL 28.77º 0.48% 0.3% -
HSV(B) 28.77º 0.65% 0.44% -
XYZ 9.5 8.49 3.06 -
YUV 81.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 112 74 39 0 0.34 0.65 0.56 28.77 0.48 0.3
Hex 70 4A 27 0 22 41 38 1D 30 1E
Octal 160 112 47 0 42 101 70 35 60 36
Binary 1110000 1001010 100111 0 100010 1000001 111000 11101 110000 11110

Color Harmonies of #704A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A27

Black with #704A27

Text Example


Text Example

White with #704A27

Text Example


Text Example

HTML Codes & Css Web 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>