Html Css Color HEX #803716 Peru Tan

📋 copy color: '#803716'

red 128 ◦ green 55 ◦ blue 22

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

Shades of Peru Tan #803716

Tints of Peru Tan #803716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

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

R = 62.44%
G = 26.83%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#803716 (or 0x803716) is known color: Peru Tan. HEX triplet: 80, 37 and 16. RGB value is (128,55,22). Sum of RGB (Red+Green+Blue) = 128+55+22=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #803716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803716 is #7FC8E9. Grayscale: #494949. Windows color (decimal): -8374506 or 1456000. OLE color: 1456000.

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

Color convert

RGB 128 55 22 -
CMYK 0 0.57 0.83 0.50
HSL 18.68º 0.71% 0.29% -
HSV(B) 18.68º 0.83% 0.5% -
XYZ 10.41 7.38 1.63 -
YUV 73.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 128 55 22 0 0.57 0.83 0.50 18.68 0.71 0.29
Hex 80 37 16 0 39 53 32 13 47 1D
Octal 200 67 26 0 71 123 62 23 107 35
Binary 10000000 110111 10110 0 111001 1010011 110010 10011 1000111 11101

Color Harmonies of #803716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803716

Black with #803716

Text Example


Text Example

White with #803716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803716; }

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

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

background-color css

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

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

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

border-color css

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

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

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