#993021

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

Shades of Burnt Umber #993021

Tints of Burnt Umber #993021

Color information

#993021 (or 0x993021) is unknown color: approx Burnt Umber. HEX triplet: 99, 30 and 21. RGB value is (153,48,33). Sum of RGB (Red+Green+Blue) = 153+48+33=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993021 is #66CFDE. Grayscale: #4D4D4D. Windows color (decimal): -6737887 or 2175129. OLE color: 2175129.

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

Color convert

RGB1534833-
CMYK00.690.780.4
HSL7.5º64.52%36.47%-
HSV(B)7.5º78.43%60%-
XYZ14.4792.41-
YUV77.68102.79181.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 33 (13.28% from 255) = 14.10%
R=65.38%
G=20.51%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153483300.690.780.47.564.5236.47
Hex9930210454E2884124
Octal23160410105116501010144
Binary1001100111000010000101000101100111010100010001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993021; }

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

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

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

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

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

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

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

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