Html Css Color HEX #803512 Peru Tan

📋 copy color: '#803512'

red 128 ◦ green 53 ◦ blue 18

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

Shades of Peru Tan #803512

Tints of Peru Tan #803512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 64.32%
G = 26.63%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#803512 (or 0x803512) is known color: Peru Tan. HEX triplet: 80, 35 and 12. RGB value is (128,53,18). Sum of RGB (Red+Green+Blue) = 128+53+18=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #803512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803512 is #7FCAED. Grayscale: #474747. Windows color (decimal): -8375022 or 1193344. OLE color: 1193344.

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

Color convert

RGB 128 53 18 -
CMYK 0 0.59 0.86 0.50
HSL 19.09º 0.75% 0.29% -
HSV(B) 19.09º 0.86% 0.5% -
XYZ 10.28 7.18 1.42 -
YUV 71.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 128 53 18 0 0.59 0.86 0.50 19.09 0.75 0.29
Hex 80 35 12 0 3B 56 32 13 4B 1D
Octal 200 65 22 0 73 126 62 23 113 35
Binary 10000000 110101 10010 0 111011 1010110 110010 10011 1001011 11101

Color Harmonies of #803512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803512

Black with #803512

Text Example


Text Example

White with #803512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803512; }

 p { color: rgb(128,53,18); }

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

background-color css

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

 a { background-color: rgb(128,53,18); }

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

border-color css

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

 span { border-color: rgb(128,53,18); }

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