Html Css Color HEX #704B24 Cafe Royale

📋 copy color: '#704B24'

red 112 ◦ green 75 ◦ blue 36

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

Shades of Cafe Royale #704B24

Tints of Cafe Royale #704B24

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.63%

 BLUE value IS 36 (14.45% from 255) = 16.14%

R = 50.22%
G = 33.63%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#704B24 (or 0x704B24) is known color: Cafe Royale. HEX triplet: 70, 4B and 24. RGB value is (112,75,36). Sum of RGB (Red+Green+Blue) = 112+75+36=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #704B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B24 is #8FB4DB. Grayscale: #515151. Windows color (decimal): -9417948 or 2378608. OLE color: 2378608.

HSL color Cylindrical-coordinate representation of color #704B24: hue angle of 30.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704B24 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 75 36 -
CMYK 0 0.33 0.68 0.56
HSL 30.79º 0.51% 0.29% -
HSV(B) 30.79º 0.68% 0.44% -
XYZ 9.52 8.6 2.83 -
YUV 81.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 112 75 36 0 0.33 0.68 0.56 30.79 0.51 0.29
Hex 70 4B 24 0 21 44 38 1F 33 1D
Octal 160 113 44 0 41 104 70 37 63 35
Binary 1110000 1001011 100100 0 100001 1000100 111000 11111 110011 11101

Color Harmonies of #704B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B24

Black with #704B24

Text Example


Text Example

White with #704B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,75,36); }

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

background-color css

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

 a { background-color: rgb(112,75,36); }

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

border-color css

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

 span { border-color: rgb(112,75,36); }

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