Html Css Color HEX #704934 Cape Palliser

📋 copy color: '#704934'

red 112 ◦ green 73 ◦ blue 52

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

Shades of Cape Palliser #704934

Tints of Cape Palliser #704934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 47.26%
G = 30.8%
B = 21.94%

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

#704934 (or 0x704934) is known color: Cape Palliser. HEX triplet: 70, 49 and 34. RGB value is (112,73,52). Sum of RGB (Red+Green+Blue) = 112+73+52=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704934 is #8FB6CB. Grayscale: #525252. Windows color (decimal): -9418444 or 3426672. OLE color: 3426672.

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

Color convert

RGB 112 73 52 -
CMYK 0 0.35 0.54 0.56
HSL 21º 0.37% 0.32% -
HSV(B) 21º 0.54% 0.44% -
XYZ 9.68 8.46 4.37 -
YUV 82.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 112 73 52 0 0.35 0.54 0.56 21 0.37 0.32
Hex 70 49 34 0 23 36 38 15 25 20
Octal 160 111 64 0 43 66 70 25 45 40
Binary 1110000 1001001 110100 0 100011 110110 111000 10101 100101 100000

Color Harmonies of #704934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704934

Black with #704934

Text Example


Text Example

White with #704934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704934; }

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

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

background-color css

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

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

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

border-color css

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

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

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