#993018

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

Shades of Burnt Umber #993018

Tints of Burnt Umber #993018

Color information

#993018 (or 0x993018) is unknown color: approx Burnt Umber. HEX triplet: 99, 30 and 18. RGB value is (153,48,24). Sum of RGB (Red+Green+Blue) = 153+48+24=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #993018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993018 is #66CFE7. Grayscale: #4C4C4C. Windows color (decimal): -6737896 or 1585305. OLE color: 1585305.

HSL color Cylindrical-coordinate representation of color #993018: hue angle of 11.16º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #993018 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1534824-
CMYK00.690.840.4
HSL11.16º72.88%34.71%-
HSV(B)11.16º84.31%60%-
XYZ14.368.951.84-
YUV76.6698.29182.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=68%
G=21.33%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153482400.690.840.411.1672.8834.71
Hex9930180455428b4923
Octal23160300105124501311143
Binary100110011100001100001000101101010010100010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993018; }

 p { color: rgb(153,48,24); }

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

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

 a { background-color: rgb(153,48,24); }

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

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

 span { border-color: rgb(153,48,24); }

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