Html Css Color HEX #704831 Cape Palliser

📋 copy color: '#704831'

red 112 ◦ green 72 ◦ blue 49

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

Shades of Cape Palliser #704831

Tints of Cape Palliser #704831

RGB

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

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

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

R = 48.07%
G = 30.9%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#704831 (or 0x704831) is known color: Cape Palliser. HEX triplet: 70, 48 and 31. RGB value is (112,72,49). Sum of RGB (Red+Green+Blue) = 112+72+49=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704831 is #8FB7CE. Grayscale: #515151. Windows color (decimal): -9418703 or 3229808. OLE color: 3229808.

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

Color convert

RGB 112 72 49 -
CMYK 0 0.36 0.56 0.56
HSL 21.9º 0.39% 0.32% -
HSV(B) 21.9º 0.56% 0.44% -
XYZ 9.55 8.3 4 -
YUV 81.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 112 72 49 0 0.36 0.56 0.56 21.9 0.39 0.32
Hex 70 48 31 0 24 38 38 16 27 20
Octal 160 110 61 0 44 70 70 26 47 40
Binary 1110000 1001000 110001 0 100100 111000 111000 10110 100111 100000

Color Harmonies of #704831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704831

Black with #704831

Text Example


Text Example

White with #704831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704831; }

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

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

background-color css

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

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

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

border-color css

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

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

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