Html Css Color HEX #803416 Peru Tan

📋 copy color: '#803416'

red 128 ◦ green 52 ◦ blue 22

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

Shades of Peru Tan #803416

Tints of Peru Tan #803416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.89%

R = 63.37%
G = 25.74%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#803416 (or 0x803416) is known color: Peru Tan. HEX triplet: 80, 34 and 16. RGB value is (128,52,22). Sum of RGB (Red+Green+Blue) = 128+52+22=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803416 is #7FCBE9. Grayscale: #474747. Windows color (decimal): -8375274 or 1455232. OLE color: 1455232.

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

Color convert

RGB 128 52 22 -
CMYK 0 0.59 0.83 0.50
HSL 16.98º 0.71% 0.29% -
HSV(B) 16.98º 0.83% 0.5% -
XYZ 10.27 7.1 1.59 -
YUV 71.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 128 52 22 0 0.59 0.83 0.50 16.98 0.71 0.29
Hex 80 34 16 0 3B 53 32 11 47 1D
Octal 200 64 26 0 73 123 62 21 107 35
Binary 10000000 110100 10110 0 111011 1010011 110010 10001 1000111 11101

Color Harmonies of #803416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803416

Black with #803416

Text Example


Text Example

White with #803416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803416; }

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

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

background-color css

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

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

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

border-color css

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

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

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