#70381B

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

Shades of Peru Tan #70381B

Tints of Peru Tan #70381B

Color information

#70381B (or 0x70381B) is unknown color: approx Peru Tan. HEX triplet: 70, 38 and 1B. RGB value is (112,56,27). Sum of RGB (Red+Green+Blue) = 112+56+27=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70381B is #8FC7E4. Grayscale: #454545. Windows color (decimal): -9422821 or 1783920. OLE color: 1783920.

HSL color Cylindrical-coordinate representation of color #70381B: hue angle of 20.47º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70381B is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1125627-
CMYK00.500.760.56
HSL20.47º61.15%27.25%-
HSV(B)20.47º75.89%43.92%-
XYZ8.296.351.83-
YUV69.44104.05158.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=57.44%
G=28.72%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112562700.500.760.5620.4761.1527.25
Hex70381B0324C38143d1b
Octal160703306211470247533
Binary111000011100011011011001010011001110001010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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