Html Css Color HEX #704932 Cape Palliser

📋 copy color: '#704932'

red 112 ◦ green 73 ◦ blue 50

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

Shades of Cape Palliser #704932

Tints of Cape Palliser #704932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.06%

 BLUE value IS 50 (19.92% from 255) = 21.28%

R = 47.66%
G = 31.06%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#704932 (or 0x704932) is known color: Cape Palliser. HEX triplet: 70, 49 and 32. RGB value is (112,73,50). Sum of RGB (Red+Green+Blue) = 112+73+50=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704932 is #8FB6CD. Grayscale: #525252. Windows color (decimal): -9418446 or 3295600. OLE color: 3295600.

HSL color Cylindrical-coordinate representation of color #704932: hue angle of 22.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704932 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 50 -
CMYK 0 0.35 0.55 0.56
HSL 22.26º 0.38% 0.32% -
HSV(B) 22.26º 0.55% 0.44% -
XYZ 9.64 8.44 4.14 -
YUV 82.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 112 73 50 0 0.35 0.55 0.56 22.26 0.38 0.32
Hex 70 49 32 0 23 37 38 16 26 20
Octal 160 111 62 0 43 67 70 26 46 40
Binary 1110000 1001001 110010 0 100011 110111 111000 10110 100110 100000

Color Harmonies of #704932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704932

Black with #704932

Text Example


Text Example

White with #704932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704932; }

 p { color: rgb(112,73,50); }

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

background-color css

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

 a { background-color: rgb(112,73,50); }

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

border-color css

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

 span { border-color: rgb(112,73,50); }

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