#942C18

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

Shades of Burnt Umber #942C18

Tints of Burnt Umber #942C18

Color information

#942C18 (or 0x942C18) is unknown color: approx Burnt Umber. HEX triplet: 94, 2C and 18. RGB value is (148,44,24). Sum of RGB (Red+Green+Blue) = 148+44+24=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #942C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C18 is #6BD3E7. Grayscale: #494949. Windows color (decimal): -7066600 or 1584276. OLE color: 1584276.

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

Color convert

RGB1484424-
CMYK00.700.840.42
HSL9.68º72.09%33.73%-
HSV(B)9.68º83.78%58.04%-
XYZ13.288.161.74-
YUV72.82100.46181.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 68.52%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 24 (9.77% from 255) = 11.11%
R=68.52%
G=20.37%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148442400.700.840.429.6872.0933.73
Hex942C18046542Aa4822
Octal22454300106124521211042
Binary100101001011001100001000110101010010101010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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