#942E0D

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

Shades of Burnt Umber #942E0D

Tints of Burnt Umber #942E0D

Color information

#942E0D (or 0x942E0D) is unknown color: approx Burnt Umber. HEX triplet: 94, 2E and 0D. RGB value is (148,46,13). Sum of RGB (Red+Green+Blue) = 148+46+13=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #942E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942E0D is #6BD1F2. Grayscale: #484848. Windows color (decimal): -7066099 or 863892. OLE color: 863892.

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

Color convert

RGB1484613-
CMYK00.690.910.42
HSL14.67º83.85%31.57%-
HSV(B)14.67º91.22%58.04%-
XYZ13.268.281.28-
YUV72.7494.29181.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.50%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=71.50%
G=22.22%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148461300.690.910.4214.6783.8531.57
Hex942ED0455B2Af5420
Octal22456150105133521712440
Binary10010100101110110101000101101101110101011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,46,13); }

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

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

 a { background-color: rgb(148,46,13); }

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

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

 span { border-color: rgb(148,46,13); }

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