#943222

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

Shades of Burnt Umber #943222

Tints of Burnt Umber #943222

Color information

#943222 (or 0x943222) is unknown color: approx Burnt Umber. HEX triplet: 94, 32 and 22. RGB value is (148,50,34). Sum of RGB (Red+Green+Blue) = 148+50+34=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #943222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943222 is #6BCDDD. Grayscale: #4D4D4D. Windows color (decimal): -7065054 or 2241172. OLE color: 2241172.

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

Color convert

RGB1485034-
CMYK00.660.770.42
HSL8.42º62.64%35.69%-
HSV(B)8.42º77.03%58.04%-
XYZ13.648.692.47-
YUV77.48103.47178.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.79%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 34 (13.67% from 255) = 14.66%
R=63.79%
G=21.55%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148503400.660.770.428.4262.6435.69
Hex9432220424D2A83f24
Octal2246242010211552107744
Binary100101001100101000100100001010011011010101000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943222; }

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

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

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

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

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

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

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

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