Html Css Color HEX #704835 Cape Palliser

📋 copy color: '#704835'

red 112 ◦ green 72 ◦ blue 53

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

Shades of Cape Palliser #704835

Tints of Cape Palliser #704835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.38%

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

R = 47.26%
G = 30.38%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704835 (or 0x704835) is known color: Cape Palliser. HEX triplet: 70, 48 and 35. RGB value is (112,72,53). Sum of RGB (Red+Green+Blue) = 112+72+53=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704835 is #8FB7CA. Grayscale: #515151. Windows color (decimal): -9418699 or 3491952. OLE color: 3491952.

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

Color convert

RGB 112 72 53 -
CMYK 0 0.36 0.53 0.56
HSL 19.32º 0.36% 0.32% -
HSV(B) 19.32º 0.53% 0.44% -
XYZ 9.64 8.34 4.47 -
YUV 81.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 112 72 53 0 0.36 0.53 0.56 19.32 0.36 0.32
Hex 70 48 35 0 24 35 38 13 24 20
Octal 160 110 65 0 44 65 70 23 44 40
Binary 1110000 1001000 110101 0 100100 110101 111000 10011 100100 100000

Color Harmonies of #704835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704835

Black with #704835

Text Example


Text Example

White with #704835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704835; }

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

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

background-color css

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

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

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

border-color css

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

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

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