#942c13

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

Shades of Burnt Umber #942C13

Tints of Burnt Umber #942C13

Color information

#942C13 (or 0x942C13) is unknown color: approx Burnt Umber. HEX triplet: 94, 2C and 13. RGB value is (148,44,19). Sum of RGB (Red+Green+Blue) = 148+44+19=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #942C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C13 is #6BD3EC. Grayscale: #484848. Windows color (decimal): -7066605 or 1256596. OLE color: 1256596.

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

Color convert

RGB1484419-
CMYK00.700.870.42
HSL11.63º77.25%32.75%-
HSV(B)11.63º87.16%58.04%-
XYZ13.238.141.49-
YUV72.2597.96182.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.14%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=70.14%
G=20.85%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148441900.700.870.4211.6377.2532.75
Hex942C13046572Ac4d21
Octal22454230106127521411541
Binary100101001011001001101000110101011110101011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942c13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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