#942C10

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

Shades of Burnt Umber #942C10

Tints of Burnt Umber #942C10

Color information

#942C10 (or 0x942C10) is unknown color: approx Burnt Umber. HEX triplet: 94, 2C and 10. RGB value is (148,44,16). Sum of RGB (Red+Green+Blue) = 148+44+16=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #942C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C10 is #6BD3EF. Grayscale: #484848. Windows color (decimal): -7066608 or 1059988. OLE color: 1059988.

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

Color convert

RGB1484416-
CMYK00.700.890.42
HSL12.73º80.49%32.16%-
HSV(B)12.73º89.19%58.04%-
XYZ13.218.131.36-
YUV71.996.46182.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.15%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 16 (6.64% from 255) = 7.69%
R=71.15%
G=21.15%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148441600.700.890.4212.7380.4932.16
Hex942C10046592Ad5020
Octal22454200106131521512040
Binary100101001011001000001000110101100110101011011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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