#943224

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

Shades of Burnt Umber #943224

Tints of Burnt Umber #943224

Color information

#943224 (or 0x943224) is unknown color: approx Burnt Umber. HEX triplet: 94, 32 and 24. RGB value is (148,50,36). Sum of RGB (Red+Green+Blue) = 148+50+36=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #943224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943224 is #6BCDDB. Grayscale: #4D4D4D. Windows color (decimal): -7065052 or 2372244. OLE color: 2372244.

HSL color Cylindrical-coordinate representation of color #943224: hue angle of 7.5º 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 #943224 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1485036-
CMYK00.660.760.42
HSL7.5º60.87%36.08%-
HSV(B)7.5º75.68%58.04%-
XYZ13.678.72.63-
YUV77.71104.47178.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=63.25%
G=21.37%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148503600.660.760.427.560.8736.08
Hex9432240424C2A83d24
Octal2246244010211452107544
Binary100101001100101001000100001010011001010101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943224; }

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

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

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

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

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

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

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

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