#70350A

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

Shades of Peru Tan #70350A

Tints of Peru Tan #70350A

Color information

#70350A (or 0x70350A) is unknown color: approx Peru Tan. HEX triplet: 70, 35 and 0A. RGB value is (112,53,10). Sum of RGB (Red+Green+Blue) = 112+53+10=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70350A is #8FCAF5. Grayscale: #414141. Windows color (decimal): -9423606 or 669040. OLE color: 669040.

HSL color Cylindrical-coordinate representation of color #70350A: hue angle of 25.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70350A is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1125310-
CMYK00.530.910.56
HSL25.29º83.61%23.92%-
HSV(B)25.29º91.07%43.92%-
XYZ8.016.011.03-
YUV65.7496.55161-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=64%
G=30.29%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112531000.530.910.5625.2983.6123.92
Hex7035A0355B38195418
Octal1606512065133703112430
Binary111000011010110100110101101101111100011001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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