Html Css Color HEX #704B27 Cafe Royale

📋 copy color: '#704B27'

red 112 ◦ green 75 ◦ blue 39

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

Shades of Cafe Royale #704B27

Tints of Cafe Royale #704B27

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.63% from 255) = 17.26%

R = 49.56%
G = 33.19%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 112 75 39 -
CMYK 0 0.33 0.65 0.56
HSL 29.59º 0.48% 0.3% -
HSV(B) 29.59º 0.65% 0.44% -
XYZ 9.56 8.62 3.08 -
YUV 81.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 112 75 39 0 0.33 0.65 0.56 29.59 0.48 0.3
Hex 70 4B 27 0 21 41 38 1E 30 1E
Octal 160 113 47 0 41 101 70 36 60 36
Binary 1110000 1001011 100111 0 100001 1000001 111000 11110 110000 11110

Color Harmonies of #704B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B27

Black with #704B27

Text Example


Text Example

White with #704B27

Text Example


Text Example

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