Html Css Color HEX #704C24 Cafe Royale

📋 copy color: '#704C24'

red 112 ◦ green 76 ◦ blue 36

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

Shades of Cafe Royale #704C24

Tints of Cafe Royale #704C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

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

R = 50%
G = 33.93%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#704C24 (or 0x704C24) is known color: Cafe Royale. HEX triplet: 70, 4C and 24. RGB value is (112,76,36). Sum of RGB (Red+Green+Blue) = 112+76+36=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #704C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C24 is #8FB3DB. Grayscale: #525252. Windows color (decimal): -9417692 or 2378864. OLE color: 2378864.

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

Color convert

RGB 112 76 36 -
CMYK 0 0.32 0.68 0.56
HSL 31.58º 0.51% 0.29% -
HSV(B) 31.58º 0.68% 0.44% -
XYZ 9.58 8.74 2.85 -
YUV 82.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 112 76 36 0 0.32 0.68 0.56 31.58 0.51 0.29
Hex 70 4C 24 0 20 44 38 20 33 1D
Octal 160 114 44 0 40 104 70 40 63 35
Binary 1110000 1001100 100100 0 100000 1000100 111000 100000 110011 11101

Color Harmonies of #704C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C24

Black with #704C24

Text Example


Text Example

White with #704C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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