Html Css Color HEX #803313 Peru Tan

📋 copy color: '#803313'

red 128 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #803313

Tints of Peru Tan #803313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 64.65%
G = 25.76%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#803313 (or 0x803313) is known color: Peru Tan. HEX triplet: 80, 33 and 13. RGB value is (128,51,19). Sum of RGB (Red+Green+Blue) = 128+51+19=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #803313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803313 is #7FCCEC. Grayscale: #464646. Windows color (decimal): -8375533 or 1258368. OLE color: 1258368.

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

Color convert

RGB 128 51 19 -
CMYK 0 0.60 0.85 0.50
HSL 17.61º 0.74% 0.29% -
HSV(B) 17.61º 0.85% 0.5% -
XYZ 10.2 7 1.43 -
YUV 70.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 128 51 19 0 0.60 0.85 0.50 17.61 0.74 0.29
Hex 80 33 13 0 3C 55 32 12 4A 1D
Octal 200 63 23 0 74 125 62 22 112 35
Binary 10000000 110011 10011 0 111100 1010101 110010 10010 1001010 11101

Color Harmonies of #803313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803313

Black with #803313

Text Example


Text Example

White with #803313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803313; }

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

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

background-color css

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

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

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

border-color css

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

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

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