Html Css Color HEX #704933 Cape Palliser

📋 copy color: '#704933'

red 112 ◦ green 73 ◦ blue 51

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

Shades of Cape Palliser #704933

Tints of Cape Palliser #704933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 47.46%
G = 30.93%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704933 (or 0x704933) is known color: Cape Palliser. HEX triplet: 70, 49 and 33. RGB value is (112,73,51). Sum of RGB (Red+Green+Blue) = 112+73+51=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704933 is #8FB6CC. Grayscale: #525252. Windows color (decimal): -9418445 or 3361136. OLE color: 3361136.

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

Color convert

RGB 112 73 51 -
CMYK 0 0.35 0.54 0.56
HSL 21.64º 0.37% 0.32% -
HSV(B) 21.64º 0.54% 0.44% -
XYZ 9.66 8.45 4.25 -
YUV 82.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 112 73 51 0 0.35 0.54 0.56 21.64 0.37 0.32
Hex 70 49 33 0 23 36 38 16 25 20
Octal 160 111 63 0 43 66 70 26 45 40
Binary 1110000 1001001 110011 0 100011 110110 111000 10110 100101 100000

Color Harmonies of #704933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704933

Black with #704933

Text Example


Text Example

White with #704933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704933; }

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

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

background-color css

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

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

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

border-color css

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

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

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