Html Css Color HEX #70472B Cape Palliser

📋 copy color: '#70472B'

red 112 ◦ green 71 ◦ blue 43

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

Shades of Cape Palliser #70472B

Tints of Cape Palliser #70472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 49.56%
G = 31.42%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#70472B (or 0x70472B) is known color: Cape Palliser. HEX triplet: 70, 47 and 2B. RGB value is (112,71,43). Sum of RGB (Red+Green+Blue) = 112+71+43=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70472B is #8FB8D4. Grayscale: #505050. Windows color (decimal): -9418965 or 2836336. OLE color: 2836336.

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

Color convert

RGB 112 71 43 -
CMYK 0 0.37 0.62 0.56
HSL 24.35º 0.45% 0.3% -
HSV(B) 24.35º 0.62% 0.44% -
XYZ 9.37 8.13 3.36 -
YUV 80.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 112 71 43 0 0.37 0.62 0.56 24.35 0.45 0.3
Hex 70 47 2B 0 25 3E 38 18 2D 1E
Octal 160 107 53 0 45 76 70 30 55 36
Binary 1110000 1000111 101011 0 100101 111110 111000 11000 101101 11110

Color Harmonies of #70472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70472B

Black with #70472B

Text Example


Text Example

White with #70472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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