#993318

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

Shades of Burnt Umber #993318

Tints of Burnt Umber #993318

Color information

#993318 (or 0x993318) is unknown color: approx Burnt Umber. HEX triplet: 99, 33 and 18. RGB value is (153,51,24). Sum of RGB (Red+Green+Blue) = 153+51+24=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #993318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993318 is #66CCE7. Grayscale: #4E4E4E. Windows color (decimal): -6737128 or 1586073. OLE color: 1586073.

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

Color convert

RGB1535124-
CMYK00.670.840.4
HSL12.56º72.88%34.71%-
HSV(B)12.56º84.31%60%-
XYZ14.499.211.88-
YUV78.4297.29181.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.11%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 24 (9.77% from 255) = 10.53%
R=67.11%
G=22.37%
B=10.53%

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
Decimal153512400.670.840.412.5672.8834.71
Hex9933180435428d4923
Octal23163300103124501511143
Binary100110011100111100001000011101010010100011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993318; }

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

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

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

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

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

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

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

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