Html Css Color HEX #70472F Cape Palliser

📋 copy color: '#70472F'

red 112 ◦ green 71 ◦ blue 47

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

Shades of Cape Palliser #70472F

Tints of Cape Palliser #70472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.43%

R = 48.7%
G = 30.87%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#70472F (or 0x70472F) is known color: Cape Palliser. HEX triplet: 70, 47 and 2F. RGB value is (112,71,47). Sum of RGB (Red+Green+Blue) = 112+71+47=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #70472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472F is #8FB8D0. Grayscale: #505050. Windows color (decimal): -9418961 or 3098480. OLE color: 3098480.

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

Color convert

RGB 112 71 47 -
CMYK 0 0.37 0.58 0.56
HSL 22.15º 0.41% 0.31% -
HSV(B) 22.15º 0.58% 0.44% -
XYZ 9.45 8.16 3.77 -
YUV 80.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 112 71 47 0 0.37 0.58 0.56 22.15 0.41 0.31
Hex 70 47 2F 0 25 3A 38 16 29 1F
Octal 160 107 57 0 45 72 70 26 51 37
Binary 1110000 1000111 101111 0 100101 111010 111000 10110 101001 11111

Color Harmonies of #70472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70472F

Black with #70472F

Text Example


Text Example

White with #70472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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