#942C1D

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

Shades of Burnt Umber #942C1D

Tints of Burnt Umber #942C1D

Color information

#942C1D (or 0x942C1D) is unknown color: approx Burnt Umber. HEX triplet: 94, 2C and 1D. RGB value is (148,44,29). Sum of RGB (Red+Green+Blue) = 148+44+29=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #942C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C1D is #6BD3E2. Grayscale: #494949. Windows color (decimal): -7066595 or 1911956. OLE color: 1911956.

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

Color convert

RGB1484429-
CMYK00.700.800.42
HSL7.56º67.23%34.71%-
HSV(B)7.56º80.41%58.04%-
XYZ13.348.192.04-
YUV73.39102.96181.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.97%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=66.97%
G=19.91%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148442900.700.800.427.5667.2334.71
Hex942C1D046502A84323
Octal22454350106120521010343
Binary100101001011001110101000110101000010101010001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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