#942D0D

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

Shades of Burnt Umber #942D0D

Tints of Burnt Umber #942D0D

Color information

#942D0D (or 0x942D0D) is unknown color: approx Burnt Umber. HEX triplet: 94, 2D and 0D. RGB value is (148,45,13). Sum of RGB (Red+Green+Blue) = 148+45+13=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #942D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D0D is #6BD2F2. Grayscale: #484848. Windows color (decimal): -7066355 or 863636. OLE color: 863636.

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

Color convert

RGB1484513-
CMYK00.700.910.42
HSL14.22º83.85%31.57%-
HSV(B)14.22º91.22%58.04%-
XYZ13.228.21.27-
YUV72.1594.62182.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.84%
GREEN value IS 45 (17.97% from 255) = 21.84%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=71.84%
G=21.84%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148451300.700.910.4214.2283.8531.57
Hex942DD0465B2Ae5420
Octal22455150106133521612440
Binary10010100101101110101000110101101110101011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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