Html Css Color HEX #704D29 Cafe Royale

📋 copy color: '#704D29'

red 112 ◦ green 77 ◦ blue 41

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

Shades of Cafe Royale #704D29

Tints of Cafe Royale #704D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 41 (16.41% from 255) = 17.83%

R = 48.7%
G = 33.48%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#704D29 (or 0x704D29) is known color: Cafe Royale. HEX triplet: 70, 4D and 29. RGB value is (112,77,41). Sum of RGB (Red+Green+Blue) = 112+77+41=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 41 (16.41% from 255 or 17.83% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D29 is #8FB2D6. Grayscale: #535353. Windows color (decimal): -9417431 or 2706800. OLE color: 2706800.

HSL color Cylindrical-coordinate representation of color #704D29: hue angle of 30.42º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #704D29 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 41 -
CMYK 0 0.31 0.63 0.56
HSL 30.42º 0.46% 0.3% -
HSV(B) 30.42º 0.63% 0.44% -
XYZ 9.74 8.91 3.3 -
YUV 83.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 112 77 41 0 0.31 0.63 0.56 30.42 0.46 0.3
Hex 70 4D 29 0 1F 3F 38 1E 2E 1E
Octal 160 115 51 0 37 77 70 36 56 36
Binary 1110000 1001101 101001 0 11111 111111 111000 11110 101110 11110

Color Harmonies of #704D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D29

Black with #704D29

Text Example


Text Example

White with #704D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,41); }

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

background-color css

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

 a { background-color: rgb(112,77,41); }

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

border-color css

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

 span { border-color: rgb(112,77,41); }

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