Html Css Color HEX #704C29 Cafe Royale

📋 copy color: '#704C29'

red 112 ◦ green 76 ◦ blue 41

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

Shades of Cafe Royale #704C29

Tints of Cafe Royale #704C29

RGB

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

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

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

R = 48.91%
G = 33.19%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#704C29 (or 0x704C29) is known color: Cafe Royale. HEX triplet: 70, 4C and 29. RGB value is (112,76,41). Sum of RGB (Red+Green+Blue) = 112+76+41=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C29 is #8FB3D6. Grayscale: #525252. Windows color (decimal): -9417687 or 2706544. OLE color: 2706544.

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

Color convert

RGB 112 76 41 -
CMYK 0 0.32 0.63 0.56
HSL 29.58º 0.46% 0.3% -
HSV(B) 29.58º 0.63% 0.44% -
XYZ 9.67 8.77 3.28 -
YUV 82.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 112 76 41 0 0.32 0.63 0.56 29.58 0.46 0.3
Hex 70 4C 29 0 20 3F 38 1E 2E 1E
Octal 160 114 51 0 40 77 70 36 56 36
Binary 1110000 1001100 101001 0 100000 111111 111000 11110 101110 11110

Color Harmonies of #704C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C29

Black with #704C29

Text Example


Text Example

White with #704C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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