Html Css Color HEX #704734 Cape Palliser

📋 copy color: '#704734'

red 112 ◦ green 71 ◦ blue 52

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

Shades of Cape Palliser #704734

Tints of Cape Palliser #704734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

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

R = 47.66%
G = 30.21%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704734 (or 0x704734) is known color: Cape Palliser. HEX triplet: 70, 47 and 34. RGB value is (112,71,52). Sum of RGB (Red+Green+Blue) = 112+71+52=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704734 is #8FB8CB. Grayscale: #515151. Windows color (decimal): -9418956 or 3426160. OLE color: 3426160.

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

Color convert

RGB 112 71 52 -
CMYK 0 0.37 0.54 0.56
HSL 19º 0.37% 0.32% -
HSV(B) 19º 0.54% 0.44% -
XYZ 9.56 8.2 4.33 -
YUV 81.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 112 71 52 0 0.37 0.54 0.56 19 0.37 0.32
Hex 70 47 34 0 25 36 38 13 25 20
Octal 160 107 64 0 45 66 70 23 45 40
Binary 1110000 1000111 110100 0 100101 110110 111000 10011 100101 100000

Color Harmonies of #704734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704734

Black with #704734

Text Example


Text Example

White with #704734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704734; }

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

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

background-color css

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

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

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

border-color css

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

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

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