#993322

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

Shades of Burnt Umber #993322

Tints of Burnt Umber #993322

Color information

#993322 (or 0x993322) is unknown color: approx Burnt Umber. HEX triplet: 99, 33 and 22. RGB value is (153,51,34). Sum of RGB (Red+Green+Blue) = 153+51+34=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #993322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993322 is #66CCDD. Grayscale: #4F4F4F. Windows color (decimal): -6737118 or 2241433. OLE color: 2241433.

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

Color convert

RGB1535134-
CMYK00.670.780.4
HSL8.57º63.64%36.67%-
HSV(B)8.57º77.78%60%-
XYZ14.619.262.53-
YUV79.56102.29180.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.29%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 34 (13.67% from 255) = 14.29%
R=64.29%
G=21.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153513400.670.780.48.5763.6436.67
Hex9933220434E2894025
Octal23163420103116501110045
Binary1001100111001110001001000011100111010100010011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993322; }

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

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

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

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

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

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

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

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