Html Css Color HEX #704735 Cape Palliser

📋 copy color: '#704735'

red 112 ◦ green 71 ◦ blue 53

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

Shades of Cape Palliser #704735

Tints of Cape Palliser #704735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.46%

R = 47.46%
G = 30.08%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704735 (or 0x704735) is known color: Cape Palliser. HEX triplet: 70, 47 and 35. RGB value is (112,71,53). Sum of RGB (Red+Green+Blue) = 112+71+53=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704735 is #8FB8CA. Grayscale: #515151. Windows color (decimal): -9418955 or 3491696. OLE color: 3491696.

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

Color convert

RGB 112 71 53 -
CMYK 0 0.37 0.53 0.56
HSL 18.31º 0.36% 0.32% -
HSV(B) 18.31º 0.53% 0.44% -
XYZ 9.58 8.21 4.45 -
YUV 81.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 112 71 53 0 0.37 0.53 0.56 18.31 0.36 0.32
Hex 70 47 35 0 25 35 38 12 24 20
Octal 160 107 65 0 45 65 70 22 44 40
Binary 1110000 1000111 110101 0 100101 110101 111000 10010 100100 100000

Color Harmonies of #704735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704735

Black with #704735

Text Example


Text Example

White with #704735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704735; }

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

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

background-color css

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

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

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

border-color css

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

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

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