#80381A

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

Shades of Peru Tan #80381A

Tints of Peru Tan #80381A

Color information

#80381A (or 0x80381A) is unknown color: approx Peru Tan. HEX triplet: 80, 38 and 1A. RGB value is (128,56,26). Sum of RGB (Red+Green+Blue) = 128+56+26=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80381A is #7FC7E5. Grayscale: #4A4A4A. Windows color (decimal): -8374246 or 1718400. OLE color: 1718400.

HSL color Cylindrical-coordinate representation of color #80381A: hue angle of 17.65º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80381A is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1285626-
CMYK00.560.800.50
HSL17.65º66.23%30.2%-
HSV(B)17.65º79.69%50.2%-
XYZ10.57.491.87-
YUV74.11100.85166.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.95%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=60.95%
G=26.67%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128562600.560.800.5017.6566.2330.2
Hex80381A038503212421e
Octal2007032070120622210236
Binary10000000111000110100111000101000011001010010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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