Html Css Color HEX #704630 Cape Palliser

📋 copy color: '#704630'

red 112 ◦ green 70 ◦ blue 48

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

Shades of Cape Palliser #704630

Tints of Cape Palliser #704630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 48.7%
G = 30.43%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#704630 (or 0x704630) is known color: Cape Palliser. HEX triplet: 70, 46 and 30. RGB value is (112,70,48). Sum of RGB (Red+Green+Blue) = 112+70+48=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704630 is #8FB9CF. Grayscale: #505050. Windows color (decimal): -9419216 or 3163760. OLE color: 3163760.

HSL color Cylindrical-coordinate representation of color #704630: hue angle of 20.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704630 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 48 -
CMYK 0 0.38 0.57 0.56
HSL 20.63º 0.4% 0.31% -
HSV(B) 20.63º 0.57% 0.44% -
XYZ 9.41 8.04 3.85 -
YUV 80.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 112 70 48 0 0.38 0.57 0.56 20.63 0.4 0.31
Hex 70 46 30 0 26 39 38 15 28 1F
Octal 160 106 60 0 46 71 70 25 50 37
Binary 1110000 1000110 110000 0 100110 111001 111000 10101 101000 11111

Color Harmonies of #704630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704630

Black with #704630

Text Example


Text Example

White with #704630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704630; }

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

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

background-color css

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

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

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

border-color css

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

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

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