#942F0D

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

Shades of Burnt Umber #942F0D

Tints of Burnt Umber #942F0D

Color information

#942F0D (or 0x942F0D) is unknown color: approx Burnt Umber. HEX triplet: 94, 2F and 0D. RGB value is (148,47,13). Sum of RGB (Red+Green+Blue) = 148+47+13=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #942F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F0D is #6BD0F2. Grayscale: #494949. Windows color (decimal): -7065843 or 864148. OLE color: 864148.

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

Color convert

RGB1484713-
CMYK00.680.910.42
HSL15.11º83.85%31.57%-
HSV(B)15.11º91.22%58.04%-
XYZ13.38.361.29-
YUV73.3293.96181.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.15%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=71.15%
G=22.60%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148471300.680.910.4215.1183.8531.57
Hex942FD0445B2Af5420
Octal22457150104133521712440
Binary10010100101111110101000100101101110101011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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