Html Css Color HEX #802B09 Peru Tan

📋 copy color: '#802B09'

red 128 ◦ green 43 ◦ blue 9

#802B09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #802B09

Tints of Peru Tan #802B09

RGB

 RED value IS 128 (50.39% from 255) = 71.11%

 GREEN value IS 43 (17.19% from 255) = 23.89%

 BLUE value IS 9 (3.91% from 255) = 5%

R = 71.11%
G = 23.89%
B = 5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#802B09 (or 0x802B09) is known color: Peru Tan. HEX triplet: 80, 2B and 09. RGB value is (128,43,9). Sum of RGB (Red+Green+Blue) = 128+43+9=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #802B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802B09 is #7FD4F6. Grayscale: #404040. Windows color (decimal): -8377591 or 600960. OLE color: 600960.

HSL color Cylindrical-coordinate representation of color #802B09: hue angle of 17.14º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #802B09 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 43 9 -
CMYK 0 0.66 0.93 0.50
HSL 17.14º 0.87% 0.27% -
HSV(B) 17.14º 0.93% 0.5% -
XYZ 9.82 6.34 0.96 -
YUV 64.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 128 43 9 0 0.66 0.93 0.50 17.14 0.87 0.27
Hex 80 2B 9 0 42 5D 32 11 57 1B
Octal 200 53 11 0 102 135 62 21 127 33
Binary 10000000 101011 1001 0 1000010 1011101 110010 10001 1010111 11011

Color Harmonies of #802B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802B09

Black with #802B09

Text Example


Text Example

White with #802B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,43,9); }

 H1.HeaderClassName
 {
   color: #802B09;
 }
 .AnyTagClassName
 {
   color: #802B09;
 }
</style>

background-color css

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

 a { background-color: rgb(128,43,9); }

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

border-color css

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

 span { border-color: rgb(128,43,9); }

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