#943124

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

Shades of Burnt Umber #943124

Tints of Burnt Umber #943124

Color information

#943124 (or 0x943124) is unknown color: approx Burnt Umber. HEX triplet: 94, 31 and 24. RGB value is (148,49,36). Sum of RGB (Red+Green+Blue) = 148+49+36=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #943124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943124 is #6BCEDB. Grayscale: #4D4D4D. Windows color (decimal): -7065308 or 2371988. OLE color: 2371988.

HSL color Cylindrical-coordinate representation of color #943124: hue angle of 6.96º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #943124 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1484936-
CMYK00.670.760.42
HSL6.96º60.87%36.08%-
HSV(B)6.96º75.68%58.04%-
XYZ13.638.622.61-
YUV77.12104.8178.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 36 (14.45% from 255) = 15.45%
R=63.52%
G=21.03%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148493600.670.760.426.9660.8736.08
Hex9431240434C2A73d24
Octal224614401031145277544
Binary10010100110001100100010000111001100101010111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943124; }

 p { color: rgb(148,49,36); }

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

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

 a { background-color: rgb(148,49,36); }

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

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

 span { border-color: rgb(148,49,36); }

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