#933220

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

Shades of Burnt Umber #933220

Tints of Burnt Umber #933220

Color information

#933220 (or 0x933220) is unknown color: approx Burnt Umber. HEX triplet: 93, 32 and 20. RGB value is (147,50,32). Sum of RGB (Red+Green+Blue) = 147+50+32=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #933220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933220 is #6CCDDF. Grayscale: #4D4D4D. Windows color (decimal): -7130592 or 2110099. OLE color: 2110099.

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

Color convert

RGB1475032-
CMYK00.660.780.42
HSL9.39º64.25%35.1%-
HSV(B)9.39º78.23%57.65%-
XYZ13.438.592.32-
YUV76.95102.64177.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.19%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=64.19%
G=21.83%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147503200.660.780.429.3964.2535.1
Hex9332200424E2A94023
Octal22362400102116521110043
Binary1001001111001010000001000010100111010101010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933220; }

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

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

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

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

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

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

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

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