Html Css Color HEX #704829 Cafe Royale

📋 copy color: '#704829'

red 112 ◦ green 72 ◦ blue 41

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

Shades of Cafe Royale #704829

Tints of Cafe Royale #704829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

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

R = 49.78%
G = 32%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#704829 (or 0x704829) is known color: Cafe Royale. HEX triplet: 70, 48 and 29. RGB value is (112,72,41). Sum of RGB (Red+Green+Blue) = 112+72+41=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #704829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704829 is #8FB7D6. Grayscale: #505050. Windows color (decimal): -9418711 or 2705520. OLE color: 2705520.

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

Color convert

RGB 112 72 41 -
CMYK 0 0.36 0.63 0.56
HSL 26.2º 0.46% 0.3% -
HSV(B) 26.2º 0.63% 0.44% -
XYZ 9.4 8.24 3.19 -
YUV 80.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 112 72 41 0 0.36 0.63 0.56 26.2 0.46 0.3
Hex 70 48 29 0 24 3F 38 1A 2E 1E
Octal 160 110 51 0 44 77 70 32 56 36
Binary 1110000 1001000 101001 0 100100 111111 111000 11010 101110 11110

Color Harmonies of #704829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704829

Black with #704829

Text Example


Text Example

White with #704829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704829; }

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

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

background-color css

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

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

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

border-color css

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

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

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