#70381E

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

Shades of Peru Tan #70381E

Tints of Peru Tan #70381E

Color information

#70381E (or 0x70381E) is unknown color: approx Peru Tan. HEX triplet: 70, 38 and 1E. RGB value is (112,56,30). Sum of RGB (Red+Green+Blue) = 112+56+30=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #70381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70381E is #8FC7E1. Grayscale: #454545. Windows color (decimal): -9422818 or 1980528. OLE color: 1980528.

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

Color convert

RGB1125630-
CMYK00.500.730.56
HSL19.02º57.75%27.84%-
HSV(B)19.02º73.21%43.92%-
XYZ8.336.372.02-
YUV69.78105.55158.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=56.57%
G=28.28%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112563000.500.730.5619.0257.7527.84
Hex70381E0324938133a1c
Octal160703606211170237234
Binary111000011100011110011001010010011110001001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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