Html Css Color HEX #803714 Peru Tan

📋 copy color: '#803714'

red 128 ◦ green 55 ◦ blue 20

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

Shades of Peru Tan #803714

Tints of Peru Tan #803714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 63.05%
G = 27.09%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803714 (or 0x803714) is known color: Peru Tan. HEX triplet: 80, 37 and 14. RGB value is (128,55,20). Sum of RGB (Red+Green+Blue) = 128+55+20=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #803714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803714 is #7FC8EB. Grayscale: #494949. Windows color (decimal): -8374508 or 1324928. OLE color: 1324928.

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

Color convert

RGB 128 55 20 -
CMYK 0 0.57 0.84 0.50
HSL 19.44º 0.73% 0.29% -
HSV(B) 19.44º 0.84% 0.5% -
XYZ 10.39 7.37 1.54 -
YUV 72.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 128 55 20 0 0.57 0.84 0.50 19.44 0.73 0.29
Hex 80 37 14 0 39 54 32 13 49 1D
Octal 200 67 24 0 71 124 62 23 111 35
Binary 10000000 110111 10100 0 111001 1010100 110010 10011 1001001 11101

Color Harmonies of #803714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803714

Black with #803714

Text Example


Text Example

White with #803714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803714; }

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

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

background-color css

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

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

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

border-color css

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

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

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