Html Css Color HEX #803111 Peru Tan

📋 copy color: '#803111'

red 128 ◦ green 49 ◦ blue 17

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

Shades of Peru Tan #803111

Tints of Peru Tan #803111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 65.98%
G = 25.26%
B = 8.76%

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

#803111 (or 0x803111) is known color: Peru Tan. HEX triplet: 80, 31 and 11. RGB value is (128,49,17). Sum of RGB (Red+Green+Blue) = 128+49+17=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #803111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803111 is #7FCEEE. Grayscale: #454545. Windows color (decimal): -8376047 or 1126784. OLE color: 1126784.

HSL color Cylindrical-coordinate representation of color #803111: hue angle of 17.3º 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 #803111 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 49 17 -
CMYK 0 0.62 0.87 0.50
HSL 17.3º 0.77% 0.28% -
HSV(B) 17.3º 0.87% 0.5% -
XYZ 10.1 6.83 1.32 -
YUV 68.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 128 49 17 0 0.62 0.87 0.50 17.3 0.77 0.28
Hex 80 31 11 0 3E 57 32 11 4D 1C
Octal 200 61 21 0 76 127 62 21 115 34
Binary 10000000 110001 10001 0 111110 1010111 110010 10001 1001101 11100

Color Harmonies of #803111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803111

Black with #803111

Text Example


Text Example

White with #803111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803111; }

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

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

background-color css

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

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

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

border-color css

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

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

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