#993218

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

Shades of Burnt Umber #993218

Tints of Burnt Umber #993218

Color information

#993218 (or 0x993218) is unknown color: approx Burnt Umber. HEX triplet: 99, 32 and 18. RGB value is (153,50,24). Sum of RGB (Red+Green+Blue) = 153+50+24=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #993218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993218 is #66CDE7. Grayscale: #4E4E4E. Windows color (decimal): -6737384 or 1585817. OLE color: 1585817.

HSL color Cylindrical-coordinate representation of color #993218: hue angle of 12.09º 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 #993218 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1535024-
CMYK00.670.840.4
HSL12.09º72.88%34.71%-
HSV(B)12.09º84.31%60%-
XYZ14.449.121.86-
YUV77.8397.62181.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.40%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=67.40%
G=22.03%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153502400.670.840.412.0972.8834.71
Hex9932180435428c4923
Octal23162300103124501411143
Binary100110011100101100001000011101010010100011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993218; }

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

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

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

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

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

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

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

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