Html Css Color HEX #803614 Peru Tan

📋 copy color: '#803614'

red 128 ◦ green 54 ◦ blue 20

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

Shades of Peru Tan #803614

Tints of Peru Tan #803614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 63.37%
G = 26.73%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803614 (or 0x803614) is known color: Peru Tan. HEX triplet: 80, 36 and 14. RGB value is (128,54,20). Sum of RGB (Red+Green+Blue) = 128+54+20=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803614 is #7FC9EB. Grayscale: #484848. Windows color (decimal): -8374764 or 1324672. OLE color: 1324672.

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

Color convert

RGB 128 54 20 -
CMYK 0 0.58 0.84 0.50
HSL 18.89º 0.73% 0.29% -
HSV(B) 18.89º 0.84% 0.5% -
XYZ 10.35 7.28 1.52 -
YUV 72.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 128 54 20 0 0.58 0.84 0.50 18.89 0.73 0.29
Hex 80 36 14 0 3A 54 32 13 49 1D
Octal 200 66 24 0 72 124 62 23 111 35
Binary 10000000 110110 10100 0 111010 1010100 110010 10011 1001001 11101

Color Harmonies of #803614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803614

Black with #803614

Text Example


Text Example

White with #803614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803614; }

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

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

background-color css

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

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

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

border-color css

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

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

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