Html Css Color HEX #803417 Peru Tan

📋 copy color: '#803417'

red 128 ◦ green 52 ◦ blue 23

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

Shades of Peru Tan #803417

Tints of Peru Tan #803417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 63.05%
G = 25.62%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#803417 (or 0x803417) is known color: Peru Tan. HEX triplet: 80, 34 and 17. RGB value is (128,52,23). Sum of RGB (Red+Green+Blue) = 128+52+23=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #803417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803417 is #7FCBE8. Grayscale: #474747. Windows color (decimal): -8375273 or 1520768. OLE color: 1520768.

HSL color Cylindrical-coordinate representation of color #803417: hue angle of 16.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #803417 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 52 23 -
CMYK 0 0.59 0.82 0.50
HSL 16.57º 0.7% 0.3% -
HSV(B) 16.57º 0.82% 0.5% -
XYZ 10.28 7.11 1.64 -
YUV 71.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 128 52 23 0 0.59 0.82 0.50 16.57 0.7 0.3
Hex 80 34 17 0 3B 52 32 11 46 1E
Octal 200 64 27 0 73 122 62 21 106 36
Binary 10000000 110100 10111 0 111011 1010010 110010 10001 1000110 11110

Color Harmonies of #803417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803417

Black with #803417

Text Example


Text Example

White with #803417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803417; }

 p { color: rgb(128,52,23); }

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

background-color css

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

 a { background-color: rgb(128,52,23); }

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

border-color css

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

 span { border-color: rgb(128,52,23); }

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