Html Css Color HEX #802C0A Peru Tan

📋 copy color: '#802C0A'

red 128 ◦ green 44 ◦ blue 10

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

Shades of Peru Tan #802C0A

Tints of Peru Tan #802C0A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.18%

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 70.33%
G = 24.18%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#802C0A (or 0x802C0A) is known color: Peru Tan. HEX triplet: 80, 2C and 0A. RGB value is (128,44,10). Sum of RGB (Red+Green+Blue) = 128+44+10=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802C0A is #7FD3F5. Grayscale: #414141. Windows color (decimal): -8377334 or 666752. OLE color: 666752.

HSL color Cylindrical-coordinate representation of color #802C0A: hue angle of 17.29º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #802C0A is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 44 10 -
CMYK 0 0.66 0.92 0.50
HSL 17.29º 0.86% 0.27% -
HSV(B) 17.29º 0.92% 0.5% -
XYZ 9.86 6.41 1.01 -
YUV 65.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 128 44 10 0 0.66 0.92 0.50 17.29 0.86 0.27
Hex 80 2C A 0 42 5C 32 11 56 1B
Octal 200 54 12 0 102 134 62 21 126 33
Binary 10000000 101100 1010 0 1000010 1011100 110010 10001 1010110 11011

Color Harmonies of #802C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802C0A

Black with #802C0A

Text Example


Text Example

White with #802C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802C0A; }

 p { color: rgb(128,44,10); }

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

background-color css

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

 a { background-color: rgb(128,44,10); }

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

border-color css

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

 span { border-color: rgb(128,44,10); }

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