#8C3013

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

Shades of Burnt Umber #8C3013

Tints of Burnt Umber #8C3013

Color information

#8C3013 (or 0x8C3013) is unknown color: approx Burnt Umber. HEX triplet: 8C, 30 and 13. RGB value is (140,48,19). Sum of RGB (Red+Green+Blue) = 140+48+19=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3013 is #73CFEC. Grayscale: #484848. Windows color (decimal): -7589869 or 1257612. OLE color: 1257612.

HSL color Cylindrical-coordinate representation of color #8C3013: hue angle of 14.38º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C3013 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1404819-
CMYK00.660.860.45
HSL14.38º76.1%31.18%-
HSV(B)14.38º86.43%54.9%-
XYZ11.997.741.48-
YUV72.297.98176.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 67.63%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=67.63%
G=23.19%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140481900.660.860.4514.3876.131.18
Hex8C3013042562De4c1f
Octal21460230102126551611437
Binary10001100110000100110100001010101101011011110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3013; }

 p { color: rgb(140,48,19); }

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

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

 a { background-color: rgb(140,48,19); }

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

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

 span { border-color: rgb(140,48,19); }

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