Html Css Color HEX #803316 Peru Tan

📋 copy color: '#803316'

red 128 ◦ green 51 ◦ blue 22

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

Shades of Peru Tan #803316

Tints of Peru Tan #803316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 63.68%
G = 25.37%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#803316 (or 0x803316) is known color: Peru Tan. HEX triplet: 80, 33 and 16. RGB value is (128,51,22). Sum of RGB (Red+Green+Blue) = 128+51+22=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #803316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803316 is #7FCCE9. Grayscale: #464646. Windows color (decimal): -8375530 or 1454976. OLE color: 1454976.

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

Color convert

RGB 128 51 22 -
CMYK 0 0.60 0.83 0.50
HSL 16.42º 0.71% 0.29% -
HSV(B) 16.42º 0.83% 0.5% -
XYZ 10.23 7.01 1.57 -
YUV 70.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 128 51 22 0 0.60 0.83 0.50 16.42 0.71 0.29
Hex 80 33 16 0 3C 53 32 10 47 1D
Octal 200 63 26 0 74 123 62 20 107 35
Binary 10000000 110011 10110 0 111100 1010011 110010 10000 1000111 11101

Color Harmonies of #803316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803316

Black with #803316

Text Example


Text Example

White with #803316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803316; }

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

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

background-color css

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

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

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

border-color css

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

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

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