#942D1E

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

Shades of Burnt Umber #942D1E

Tints of Burnt Umber #942D1E

Color information

#942D1E (or 0x942D1E) is unknown color: approx Burnt Umber. HEX triplet: 94, 2D and 1E. RGB value is (148,45,30). Sum of RGB (Red+Green+Blue) = 148+45+30=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #942D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D1E is #6BD2E1. Grayscale: #4A4A4A. Windows color (decimal): -7066338 or 1977748. OLE color: 1977748.

HSL color Cylindrical-coordinate representation of color #942D1E: hue angle of 7.63º degrees, saturation: 0.66, 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 #942D1E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1484530-
CMYK00.700.800.42
HSL7.63º66.29%34.9%-
HSV(B)7.63º79.73%58.04%-
XYZ13.398.272.12-
YUV74.09103.12180.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.37%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=66.37%
G=20.18%
B=13.45%

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
Decimal148453000.700.800.427.6366.2934.9
Hex942D1E046502A84223
Octal22455360106120521010243
Binary100101001011011111001000110101000010101010001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,45,30); }

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

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

 a { background-color: rgb(148,45,30); }

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

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

 span { border-color: rgb(148,45,30); }

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