#70381A

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

Shades of Peru Tan #70381A

Tints of Peru Tan #70381A

Color information

#70381A (or 0x70381A) is unknown color: approx Peru Tan. HEX triplet: 70, 38 and 1A. RGB value is (112,56,26). Sum of RGB (Red+Green+Blue) = 112+56+26=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70381A is #8FC7E5. Grayscale: #454545. Windows color (decimal): -9422822 or 1718384. OLE color: 1718384.

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

Color convert

RGB1125626-
CMYK00.500.770.56
HSL20.93º62.32%27.06%-
HSV(B)20.93º76.79%43.92%-
XYZ8.286.351.77-
YUV69.32103.55158.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=57.73%
G=28.87%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112562600.500.770.5620.9362.3227.06
Hex70381A0324D38153e1b
Octal160703206211570257633
Binary111000011100011010011001010011011110001010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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