Html Css Color HEX #704631 Cape Palliser

📋 copy color: '#704631'

red 112 ◦ green 70 ◦ blue 49

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

Shades of Cape Palliser #704631

Tints of Cape Palliser #704631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 48.48%
G = 30.3%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#704631 (or 0x704631) is known color: Cape Palliser. HEX triplet: 70, 46 and 31. RGB value is (112,70,49). Sum of RGB (Red+Green+Blue) = 112+70+49=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704631 is #8FB9CE. Grayscale: #505050. Windows color (decimal): -9419215 or 3229296. OLE color: 3229296.

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

Color convert

RGB 112 70 49 -
CMYK 0 0.38 0.56 0.56
HSL 20º 0.39% 0.32% -
HSV(B) 20º 0.56% 0.44% -
XYZ 9.43 8.05 3.96 -
YUV 80.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 112 70 49 0 0.38 0.56 0.56 20 0.39 0.32
Hex 70 46 31 0 26 38 38 14 27 20
Octal 160 106 61 0 46 70 70 24 47 40
Binary 1110000 1000110 110001 0 100110 111000 111000 10100 100111 100000

Color Harmonies of #704631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704631

Black with #704631

Text Example


Text Example

White with #704631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704631; }

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

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

background-color css

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

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

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

border-color css

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

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

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