Html Css Color HEX #803D20 Peru Tan

📋 copy color: '#803D20'

red 128 ◦ green 61 ◦ blue 32

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

Shades of Peru Tan #803D20

Tints of Peru Tan #803D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.6%

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 57.92%
G = 27.6%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#803D20 (or 0x803D20) is known color: Peru Tan. HEX triplet: 80, 3D and 20. RGB value is (128,61,32). Sum of RGB (Red+Green+Blue) = 128+61+32=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #803D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D20 is #7FC2DF. Grayscale: #4D4D4D. Windows color (decimal): -8372960 or 2112896. OLE color: 2112896.

HSL color Cylindrical-coordinate representation of color #803D20: hue angle of 18.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #803D20 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 61 32 -
CMYK 0 0.52 0.75 0.50
HSL 18.13º 0.6% 0.31% -
HSV(B) 18.13º 0.75% 0.5% -
XYZ 10.83 8.03 2.35 -
YUV 77.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 128 61 32 0 0.52 0.75 0.50 18.13 0.6 0.31
Hex 80 3D 20 0 34 4B 32 12 3C 1F
Octal 200 75 40 0 64 113 62 22 74 37
Binary 10000000 111101 100000 0 110100 1001011 110010 10010 111100 11111

Color Harmonies of #803D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D20

Black with #803D20

Text Example


Text Example

White with #803D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803D20; }

 p { color: rgb(128,61,32); }

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

background-color css

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

 a { background-color: rgb(128,61,32); }

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

border-color css

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

 span { border-color: rgb(128,61,32); }

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