#80361C

Color #80361C Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #80361C

Tints of Burnt Umber #80361C

Color information

#80361C (or 0x80361C) is unknown color: approx Burnt Umber. HEX triplet: 80, 36 and 1C. RGB value is (128,54,28). Sum of RGB (Red+Green+Blue) = 128+54+28=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80361C is #7FC9E3. Grayscale: #494949. Windows color (decimal): -8374756 or 1848960. OLE color: 1848960.

HSL color Cylindrical-coordinate representation of color #80361C: hue angle of 15.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80361C is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB1285428-
CMYK00.580.780.50
HSL15.6º64.1%30.59%-
HSV(B)15.6º78.12%50.2%-
XYZ10.437.311.96-
YUV73.16102.52167.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.95%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=60.95%
G=25.71%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128542800.580.780.5015.664.130.59
Hex80361C03A4E3210401f
Octal2006634072116622010037
Binary10000000110110111000111010100111011001010000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80361C; }

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

 H1.HeaderClassName
 {
   color: #80361C;
 }
 .AnyTagClassName
 {
   color: #80361C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #80361C;
 }
 .BgClassName
 {
   background-color: #80361C;
 }
</style>
border-color css

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

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

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