Html Css Color HEX #704731 Cape Palliser

📋 copy color: '#704731'

red 112 ◦ green 71 ◦ blue 49

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

Shades of Cape Palliser #704731

Tints of Cape Palliser #704731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 48.28%
G = 30.6%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#704731 (or 0x704731) is known color: Cape Palliser. HEX triplet: 70, 47 and 31. RGB value is (112,71,49). Sum of RGB (Red+Green+Blue) = 112+71+49=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704731 is #8FB8CE. Grayscale: #505050. Windows color (decimal): -9418959 or 3229552. OLE color: 3229552.

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

Color convert

RGB 112 71 49 -
CMYK 0 0.37 0.56 0.56
HSL 20.95º 0.39% 0.32% -
HSV(B) 20.95º 0.56% 0.44% -
XYZ 9.49 8.17 3.98 -
YUV 80.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 112 71 49 0 0.37 0.56 0.56 20.95 0.39 0.32
Hex 70 47 31 0 25 38 38 15 27 20
Octal 160 107 61 0 45 70 70 25 47 40
Binary 1110000 1000111 110001 0 100101 111000 111000 10101 100111 100000

Color Harmonies of #704731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704731

Black with #704731

Text Example


Text Example

White with #704731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704731; }

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

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

background-color css

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

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

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

border-color css

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

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

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