Html Css Color HEX #803011 Peru Tan

📋 copy color: '#803011'

red 128 ◦ green 48 ◦ blue 17

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

Shades of Peru Tan #803011

Tints of Peru Tan #803011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.87%

 BLUE value IS 17 (7.03% from 255) = 8.81%

R = 66.32%
G = 24.87%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#803011 (or 0x803011) is known color: Peru Tan. HEX triplet: 80, 30 and 11. RGB value is (128,48,17). Sum of RGB (Red+Green+Blue) = 128+48+17=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #803011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803011 is #7FCFEE. Grayscale: #444444. Windows color (decimal): -8376303 or 1126528. OLE color: 1126528.

HSL color Cylindrical-coordinate representation of color #803011: hue angle of 16.76º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #803011 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 17 -
CMYK 0 0.62 0.87 0.50
HSL 16.76º 0.77% 0.28% -
HSV(B) 16.76º 0.87% 0.5% -
XYZ 10.06 6.74 1.3 -
YUV 68.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 128 48 17 0 0.62 0.87 0.50 16.76 0.77 0.28
Hex 80 30 11 0 3E 57 32 11 4D 1C
Octal 200 60 21 0 76 127 62 21 115 34
Binary 10000000 110000 10001 0 111110 1010111 110010 10001 1001101 11100

Color Harmonies of #803011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803011

Black with #803011

Text Example


Text Example

White with #803011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803011; }

 p { color: rgb(128,48,17); }

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

background-color css

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

 a { background-color: rgb(128,48,17); }

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

border-color css

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

 span { border-color: rgb(128,48,17); }

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