#99321B

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

Shades of Burnt Umber #99321B

Tints of Burnt Umber #99321B

Color information

#99321B (or 0x99321B) is unknown color: approx Burnt Umber. HEX triplet: 99, 32 and 1B. RGB value is (153,50,27). Sum of RGB (Red+Green+Blue) = 153+50+27=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #99321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99321B is #66CDE4. Grayscale: #4E4E4E. Windows color (decimal): -6737381 or 1782425. OLE color: 1782425.

HSL color Cylindrical-coordinate representation of color #99321B: hue angle of 10.95º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99321B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1535027-
CMYK00.670.820.4
HSL10.95º70%35.29%-
HSV(B)10.95º82.35%60%-
XYZ14.489.132.04-
YUV78.1899.12181.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.52%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=66.52%
G=21.74%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153502700.670.820.410.957035.29
Hex99321B0435228b4623
Octal23162330103122501310643
Binary100110011100101101101000011101001010100010111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99321B; }

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

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

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

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

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

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

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

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