Html Css Color HEX #704F24 Cafe Royale

📋 copy color: '#704F24'

red 112 ◦ green 79 ◦ blue 36

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

Shades of Cafe Royale #704F24

Tints of Cafe Royale #704F24

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.8%

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

R = 49.34%
G = 34.8%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#704F24 (or 0x704F24) is known color: Cafe Royale. HEX triplet: 70, 4F and 24. RGB value is (112,79,36). Sum of RGB (Red+Green+Blue) = 112+79+36=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #704F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F24 is #8FB0DB. Grayscale: #545454. Windows color (decimal): -9416924 or 2379632. OLE color: 2379632.

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

Color convert

RGB 112 79 36 -
CMYK 0 0.29 0.68 0.56
HSL 33.95º 0.51% 0.29% -
HSV(B) 33.95º 0.68% 0.44% -
XYZ 9.8 9.16 2.92 -
YUV 83.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 112 79 36 0 0.29 0.68 0.56 33.95 0.51 0.29
Hex 70 4F 24 0 1D 44 38 22 33 1D
Octal 160 117 44 0 35 104 70 42 63 35
Binary 1110000 1001111 100100 0 11101 1000100 111000 100010 110011 11101

Color Harmonies of #704F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F24

Black with #704F24

Text Example


Text Example

White with #704F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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