Html Css Color HEX #802A08 Peru Tan

📋 copy color: '#802A08'

red 128 ◦ green 42 ◦ blue 8

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

Shades of Peru Tan #802A08

Tints of Peru Tan #802A08

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.6%

 BLUE value IS 8 (3.52% from 255) = 4.49%

R = 71.91%
G = 23.6%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#802A08 (or 0x802A08) is known color: Peru Tan. HEX triplet: 80, 2A and 08. RGB value is (128,42,8). Sum of RGB (Red+Green+Blue) = 128+42+8=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #802A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802A08 is #7FD5F7. Grayscale: #404040. Windows color (decimal): -8377848 or 535168. OLE color: 535168.

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

Color convert

RGB 128 42 8 -
CMYK 0 0.67 0.94 0.50
HSL 17º 0.88% 0.27% -
HSV(B) 17º 0.94% 0.5% -
XYZ 9.77 6.26 0.92 -
YUV 63.84 96.49 173.76 -
System Red Green Blue C M Y K H S L
Decimal 128 42 8 0 0.67 0.94 0.50 17 0.88 0.27
Hex 80 2A 8 0 43 5E 32 11 58 1B
Octal 200 52 10 0 103 136 62 21 130 33
Binary 10000000 101010 1000 0 1000011 1011110 110010 10001 1011000 11011

Color Harmonies of #802A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A08

Black with #802A08

Text Example


Text Example

White with #802A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,42,8); }

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

background-color css

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

 a { background-color: rgb(128,42,8); }

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

border-color css

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

 span { border-color: rgb(128,42,8); }

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