#942C1C

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

Shades of Burnt Umber #942C1C

Tints of Burnt Umber #942C1C

Color information

#942C1C (or 0x942C1C) is unknown color: approx Burnt Umber. HEX triplet: 94, 2C and 1C. RGB value is (148,44,28). Sum of RGB (Red+Green+Blue) = 148+44+28=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C1C is #6BD3E3. Grayscale: #494949. Windows color (decimal): -7066596 or 1846420. OLE color: 1846420.

HSL color Cylindrical-coordinate representation of color #942C1C: hue angle of 8º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942C1C is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1484428-
CMYK00.700.810.42
HSL68.18%34.51%-
HSV(B)81.08%58.04%-
XYZ13.328.181.98-
YUV73.27102.46181.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.27%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=67.27%
G=20%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148442800.700.810.42868.1834.51
Hex942C1C046512A84423
Octal22454340106121521010443
Binary100101001011001110001000110101000110101010001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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