#70370B

Color #70370B Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #70370B

Tints of Peru Tan #70370B

Color information

#70370B (or 0x70370B) is unknown color: approx Peru Tan. HEX triplet: 70, 37 and 0B. RGB value is (112,55,11). Sum of RGB (Red+Green+Blue) = 112+55+11=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70370B is #8FC8F4. Grayscale: #434343. Windows color (decimal): -9423093 or 735088. OLE color: 735088.

HSL color Cylindrical-coordinate representation of color #70370B: hue angle of 26.14º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70370B is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1125511-
CMYK00.510.900.56
HSL26.14º82.11%24.12%-
HSV(B)26.14º90.18%43.92%-
XYZ8.116.21.09-
YUV67.0396.38160.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=62.92%
G=30.90%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112551100.510.900.5626.1482.1124.12
Hex7037B0335A381a5218
Octal1606713063132703212230
Binary111000011011110110110011101101011100011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,55,11); }

 H1.HeaderClassName
 {
   color: #70370B;
 }
 .AnyTagClassName
 {
   color: #70370B;
 }
</style>
background-color css

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

 a { background-color: rgb(112,55,11); }

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

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

 span { border-color: rgb(112,55,11); }

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