#802F0F

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

Shades of Peru Tan #802F0F

Tints of Peru Tan #802F0F

Color information

#802F0F (or 0x802F0F) is unknown color: approx Peru Tan. HEX triplet: 80, 2F and 0F. RGB value is (128,47,15). Sum of RGB (Red+Green+Blue) = 128+47+15=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #802F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802F0F is #7FD0F0. Grayscale: #434343. Windows color (decimal): -8376561 or 995200. OLE color: 995200.

HSL color Cylindrical-coordinate representation of color #802F0F: hue angle of 16.99º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #802F0F is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB1284715-
CMYK00.630.880.50
HSL16.99º79.02%28.04%-
HSV(B)16.99º88.28%50.2%-
XYZ106.661.21-
YUV67.5798.34171.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.37%
GREEN value IS 47 (18.75% from 255) = 24.74%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=67.37%
G=24.74%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128471500.630.880.5016.9979.0228.04
Hex802FF03F5832114f1c
Octal2005717077130622111734
Binary1000000010111111110111111101100011001010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802F0F; }

 p { color: rgb(128,47,15); }

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

<style>
 a { background-color: #802F0F; }

 a { background-color: rgb(128,47,15); }

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

<style>
 span { border-color: #802F0F; }

 span { border-color: rgb(128,47,15); }

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