Html Css Color HEX #803816 Peru Tan

📋 copy color: '#803816'

red 128 ◦ green 56 ◦ blue 22

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

Shades of Peru Tan #803816

Tints of Peru Tan #803816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 62.14%
G = 27.18%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#803816 (or 0x803816) is known color: Peru Tan. HEX triplet: 80, 38 and 16. RGB value is (128,56,22). Sum of RGB (Red+Green+Blue) = 128+56+22=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803816 is #7FC7E9. Grayscale: #494949. Windows color (decimal): -8374250 or 1456256. OLE color: 1456256.

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

Color convert

RGB 128 56 22 -
CMYK 0 0.56 0.83 0.50
HSL 19.25º 0.71% 0.29% -
HSV(B) 19.25º 0.83% 0.5% -
XYZ 10.46 7.48 1.65 -
YUV 73.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 128 56 22 0 0.56 0.83 0.50 19.25 0.71 0.29
Hex 80 38 16 0 38 53 32 13 47 1D
Octal 200 70 26 0 70 123 62 23 107 35
Binary 10000000 111000 10110 0 111000 1010011 110010 10011 1000111 11101

Color Harmonies of #803816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803816

Black with #803816

Text Example


Text Example

White with #803816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803816; }

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

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

background-color css

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

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

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

border-color css

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

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

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