Html Css Color HEX #803412 Peru Tan

📋 copy color: '#803412'

red 128 ◦ green 52 ◦ blue 18

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

Shades of Peru Tan #803412

Tints of Peru Tan #803412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

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

R = 64.65%
G = 26.26%
B = 9.09%

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

#803412 (or 0x803412) is known color: Peru Tan. HEX triplet: 80, 34 and 12. RGB value is (128,52,18). Sum of RGB (Red+Green+Blue) = 128+52+18=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #803412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803412 is #7FCBED. Grayscale: #474747. Windows color (decimal): -8375278 or 1193088. OLE color: 1193088.

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

Color convert

RGB 128 52 18 -
CMYK 0 0.59 0.86 0.50
HSL 18.55º 0.75% 0.29% -
HSV(B) 18.55º 0.86% 0.5% -
XYZ 10.24 7.09 1.4 -
YUV 70.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 128 52 18 0 0.59 0.86 0.50 18.55 0.75 0.29
Hex 80 34 12 0 3B 56 32 13 4B 1D
Octal 200 64 22 0 73 126 62 23 113 35
Binary 10000000 110100 10010 0 111011 1010110 110010 10011 1001011 11101

Color Harmonies of #803412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803412

Black with #803412

Text Example


Text Example

White with #803412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803412; }

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

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

background-color css

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

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

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

border-color css

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

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

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