#992C1C

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

Shades of Burnt Umber #992C1C

Tints of Burnt Umber #992C1C

Color information

#992C1C (or 0x992C1C) is unknown color: approx Burnt Umber. HEX triplet: 99, 2C and 1C. RGB value is (153,44,28). Sum of RGB (Red+Green+Blue) = 153+44+28=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #992C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992C1C is #66D3E3. Grayscale: #4A4A4A. Windows color (decimal): -6738916 or 1846425. OLE color: 1846425.

HSL color Cylindrical-coordinate representation of color #992C1C: hue angle of 7.68º degrees, saturation: 0.69, 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 #992C1C is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1534428-
CMYK00.710.820.4
HSL7.68º69.06%35.49%-
HSV(B)7.68º81.7%60%-
XYZ14.258.662.02-
YUV74.77101.61183.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=68%
G=19.56%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153442800.710.820.47.6869.0635.49
Hex992C1C047522884523
Octal23154340107122501010543
Binary100110011011001110001000111101001010100010001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992C1C; }

 p { color: rgb(153,44,28); }

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

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

 a { background-color: rgb(153,44,28); }

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

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

 span { border-color: rgb(153,44,28); }

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