Html Css Color HEX #70472E Cape Palliser

📋 copy color: '#70472E'

red 112 ◦ green 71 ◦ blue 46

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

Shades of Cape Palliser #70472E

Tints of Cape Palliser #70472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.09%

R = 48.91%
G = 31%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70472E (or 0x70472E) is known color: Cape Palliser. HEX triplet: 70, 47 and 2E. RGB value is (112,71,46). Sum of RGB (Red+Green+Blue) = 112+71+46=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472E is #8FB8D1. Grayscale: #505050. Windows color (decimal): -9418962 or 3032944. OLE color: 3032944.

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

Color convert

RGB 112 71 46 -
CMYK 0 0.37 0.59 0.56
HSL 22.73º 0.42% 0.31% -
HSV(B) 22.73º 0.59% 0.44% -
XYZ 9.43 8.15 3.66 -
YUV 80.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 112 71 46 0 0.37 0.59 0.56 22.73 0.42 0.31
Hex 70 47 2E 0 25 3B 38 17 2A 1F
Octal 160 107 56 0 45 73 70 27 52 37
Binary 1110000 1000111 101110 0 100101 111011 111000 10111 101010 11111

Color Harmonies of #70472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70472E

Black with #70472E

Text Example


Text Example

White with #70472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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