#70380B

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

Shades of Peru Tan #70380B

Tints of Peru Tan #70380B

Color information

#70380B (or 0x70380B) is unknown color: approx Peru Tan. HEX triplet: 70, 38 and 0B. RGB value is (112,56,11). Sum of RGB (Red+Green+Blue) = 112+56+11=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70380B is #8FC7F4. Grayscale: #434343. Windows color (decimal): -9422837 or 735344. OLE color: 735344.

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

Color convert

RGB1125611-
CMYK00.500.900.56
HSL26.73º82.11%24.12%-
HSV(B)26.73º90.18%43.92%-
XYZ8.166.31.1-
YUV67.6196.05159.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=62.57%
G=31.28%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112561100.500.900.5626.7382.1124.12
Hex7038B0325A381b5218
Octal1607013062132703312230
Binary111000011100010110110010101101011100011011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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