#993222

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

Shades of Burnt Umber #993222

Tints of Burnt Umber #993222

Color information

#993222 (or 0x993222) is unknown color: approx Burnt Umber. HEX triplet: 99, 32 and 22. RGB value is (153,50,34). Sum of RGB (Red+Green+Blue) = 153+50+34=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #993222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993222 is #66CDDD. Grayscale: #4F4F4F. Windows color (decimal): -6737374 or 2241177. OLE color: 2241177.

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

Color convert

RGB1535034-
CMYK00.670.780.4
HSL8.07º63.64%36.67%-
HSV(B)8.07º77.78%60%-
XYZ14.579.172.52-
YUV78.97102.62180.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=64.56%
G=21.10%
B=14.35%

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
Decimal153503400.670.780.48.0763.6436.67
Hex9932220434E2884025
Octal23162420103116501010045
Binary1001100111001010001001000011100111010100010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993222; }

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

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

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

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

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

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

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

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