Html Css Color HEX #704F29 Cafe Royale

📋 copy color: '#704F29'

red 112 ◦ green 79 ◦ blue 41

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

Shades of Cafe Royale #704F29

Tints of Cafe Royale #704F29

RGB

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

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

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

R = 48.28%
G = 34.05%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#704F29 (or 0x704F29) is known color: Cafe Royale. HEX triplet: 70, 4F and 29. RGB value is (112,79,41). Sum of RGB (Red+Green+Blue) = 112+79+41=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F29 is #8FB0D6. Grayscale: #545454. Windows color (decimal): -9416919 or 2707312. OLE color: 2707312.

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

Color convert

RGB 112 79 41 -
CMYK 0 0.29 0.63 0.56
HSL 32.11º 0.46% 0.3% -
HSV(B) 32.11º 0.63% 0.44% -
XYZ 9.88 9.2 3.35 -
YUV 84.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 112 79 41 0 0.29 0.63 0.56 32.11 0.46 0.3
Hex 70 4F 29 0 1D 3F 38 20 2E 1E
Octal 160 117 51 0 35 77 70 40 56 36
Binary 1110000 1001111 101001 0 11101 111111 111000 100000 101110 11110

Color Harmonies of #704F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F29

Black with #704F29

Text Example


Text Example

White with #704F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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