Html Css Color HEX #704936 Cape Palliser

📋 copy color: '#704936'

red 112 ◦ green 73 ◦ blue 54

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

Shades of Cape Palliser #704936

Tints of Cape Palliser #704936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 46.86%
G = 30.54%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704936 (or 0x704936) is known color: Cape Palliser. HEX triplet: 70, 49 and 36. RGB value is (112,73,54). Sum of RGB (Red+Green+Blue) = 112+73+54=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704936 is #8FB6C9. Grayscale: #525252. Windows color (decimal): -9418442 or 3557744. OLE color: 3557744.

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

Color convert

RGB 112 73 54 -
CMYK 0 0.35 0.52 0.56
HSL 19.66º 0.35% 0.33% -
HSV(B) 19.66º 0.52% 0.44% -
XYZ 9.73 8.48 4.61 -
YUV 82.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 112 73 54 0 0.35 0.52 0.56 19.66 0.35 0.33
Hex 70 49 36 0 23 34 38 14 23 21
Octal 160 111 66 0 43 64 70 24 43 41
Binary 1110000 1001001 110110 0 100011 110100 111000 10100 100011 100001

Color Harmonies of #704936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704936

Black with #704936

Text Example


Text Example

White with #704936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704936; }

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

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

background-color css

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

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

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

border-color css

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

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

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