#942B1E

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

Shades of Burnt Umber #942B1E

Tints of Burnt Umber #942B1E

Color information

#942B1E (or 0x942B1E) is unknown color: approx Burnt Umber. HEX triplet: 94, 2B and 1E. RGB value is (148,43,30). Sum of RGB (Red+Green+Blue) = 148+43+30=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #942B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B1E is #6BD4E1. Grayscale: #494949. Windows color (decimal): -7066850 or 1977236. OLE color: 1977236.

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

Color convert

RGB1484330-
CMYK00.710.800.42
HSL6.61º66.29%34.9%-
HSV(B)6.61º79.73%58.04%-
XYZ13.318.122.09-
YUV72.91103.79181.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.97%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=66.97%
G=19.46%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148433000.710.800.426.6166.2934.9
Hex942B1E047502A74223
Octal2245336010712052710243
Binary10010100101011111100100011110100001010101111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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