Html Css Color HEX #803B1D Peru Tan

📋 copy color: '#803B1D'

red 128 ◦ green 59 ◦ blue 29

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

Shades of Peru Tan #803B1D

Tints of Peru Tan #803B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.31%

 BLUE value IS 29 (11.72% from 255) = 13.43%

R = 59.26%
G = 27.31%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#803B1D (or 0x803B1D) is known color: Peru Tan. HEX triplet: 80, 3B and 1D. RGB value is (128,59,29). Sum of RGB (Red+Green+Blue) = 128+59+29=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #803B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B1D is #7FC4E2. Grayscale: #4C4C4C. Windows color (decimal): -8373475 or 1915776. OLE color: 1915776.

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

Color convert

RGB 128 59 29 -
CMYK 0 0.54 0.77 0.50
HSL 18.18º 0.63% 0.31% -
HSV(B) 18.18º 0.77% 0.5% -
XYZ 10.69 7.81 2.11 -
YUV 76.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 128 59 29 0 0.54 0.77 0.50 18.18 0.63 0.31
Hex 80 3B 1D 0 36 4D 32 12 3F 1F
Octal 200 73 35 0 66 115 62 22 77 37
Binary 10000000 111011 11101 0 110110 1001101 110010 10010 111111 11111

Color Harmonies of #803B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803B1D

Black with #803B1D

Text Example


Text Example

White with #803B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,59,29); }

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

background-color css

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

 a { background-color: rgb(128,59,29); }

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

border-color css

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

 span { border-color: rgb(128,59,29); }

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