Html Css Color HEX #803613 Peru Tan

📋 copy color: '#803613'

red 128 ◦ green 54 ◦ blue 19

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

Shades of Peru Tan #803613

Tints of Peru Tan #803613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 63.68%
G = 26.87%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#803613 (or 0x803613) is known color: Peru Tan. HEX triplet: 80, 36 and 13. RGB value is (128,54,19). Sum of RGB (Red+Green+Blue) = 128+54+19=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #803613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803613 is #7FC9EC. Grayscale: #484848. Windows color (decimal): -8374765 or 1259136. OLE color: 1259136.

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

Color convert

RGB 128 54 19 -
CMYK 0 0.58 0.85 0.50
HSL 19.27º 0.74% 0.29% -
HSV(B) 19.27º 0.85% 0.5% -
XYZ 10.34 7.27 1.48 -
YUV 72.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 128 54 19 0 0.58 0.85 0.50 19.27 0.74 0.29
Hex 80 36 13 0 3A 55 32 13 4A 1D
Octal 200 66 23 0 72 125 62 23 112 35
Binary 10000000 110110 10011 0 111010 1010101 110010 10011 1001010 11101

Color Harmonies of #803613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803613

Black with #803613

Text Example


Text Example

White with #803613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803613; }

 p { color: rgb(128,54,19); }

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

background-color css

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

 a { background-color: rgb(128,54,19); }

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

border-color css

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

 span { border-color: rgb(128,54,19); }

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