Html Css Color HEX #80300E Peru Tan

📋 copy color: '#80300E'

red 128 ◦ green 48 ◦ blue 14

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

Shades of Peru Tan #80300E

Tints of Peru Tan #80300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 67.37%
G = 25.26%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80300E (or 0x80300E) is known color: Peru Tan. HEX triplet: 80, 30 and 0E. RGB value is (128,48,14). Sum of RGB (Red+Green+Blue) = 128+48+14=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #80300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80300E is #7FCFF1. Grayscale: #444444. Windows color (decimal): -8376306 or 929920. OLE color: 929920.

HSL color Cylindrical-coordinate representation of color #80300E: hue angle of 17.89º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80300E is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 14 -
CMYK 0 0.62 0.89 0.50
HSL 17.89º 0.8% 0.28% -
HSV(B) 17.89º 0.89% 0.5% -
XYZ 10.04 6.73 1.19 -
YUV 68.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 128 48 14 0 0.62 0.89 0.50 17.89 0.8 0.28
Hex 80 30 E 0 3E 59 32 12 50 1C
Octal 200 60 16 0 76 131 62 22 120 34
Binary 10000000 110000 1110 0 111110 1011001 110010 10010 1010000 11100

Color Harmonies of #80300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80300E

Black with #80300E

Text Example


Text Example

White with #80300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80300E; }

 p { color: rgb(128,48,14); }

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

background-color css

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

 a { background-color: rgb(128,48,14); }

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

border-color css

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

 span { border-color: rgb(128,48,14); }

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