#70350B

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

Shades of Peru Tan #70350B

Tints of Peru Tan #70350B

Color information

#70350B (or 0x70350B) is unknown color: approx Peru Tan. HEX triplet: 70, 35 and 0B. RGB value is (112,53,11). Sum of RGB (Red+Green+Blue) = 112+53+11=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70350B is #8FCAF4. Grayscale: #424242. Windows color (decimal): -9423605 or 734576. OLE color: 734576.

HSL color Cylindrical-coordinate representation of color #70350B: hue angle of 24.95º 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 #70350B is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1125311-
CMYK00.530.900.56
HSL24.95º82.11%24.12%-
HSV(B)24.95º90.18%43.92%-
XYZ8.026.021.06-
YUV65.8597.05160.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=63.64%
G=30.11%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112531100.530.900.5624.9582.1124.12
Hex7035B0355A38195218
Octal1606513065132703112230
Binary111000011010110110110101101101011100011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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