#933222

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

Shades of Burnt Umber #933222

Tints of Burnt Umber #933222

Color information

#933222 (or 0x933222) is unknown color: approx Burnt Umber. HEX triplet: 93, 32 and 22. RGB value is (147,50,34). Sum of RGB (Red+Green+Blue) = 147+50+34=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #933222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933222 is #6CCDDD. Grayscale: #4D4D4D. Windows color (decimal): -7130590 or 2241171. OLE color: 2241171.

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

Color convert

RGB1475034-
CMYK00.660.770.42
HSL8.5º62.43%35.49%-
HSV(B)8.5º76.87%57.65%-
XYZ13.468.62.46-
YUV77.18103.64177.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.64%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 34 (13.67% from 255) = 14.72%
R=63.64%
G=21.65%
B=14.72%

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
Decimal147503400.660.770.428.562.4335.49
Hex9332220424D2A83e23
Octal2236242010211552107643
Binary100100111100101000100100001010011011010101000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933222; }

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

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

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

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

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

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

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

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