#933213

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

Shades of Burnt Umber #933213

Tints of Burnt Umber #933213

Color information

#933213 (or 0x933213) is unknown color: approx Burnt Umber. HEX triplet: 93, 32 and 13. RGB value is (147,50,19). Sum of RGB (Red+Green+Blue) = 147+50+19=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #933213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933213 is #6CCDEC. Grayscale: #4B4B4B. Windows color (decimal): -7130605 or 1258131. OLE color: 1258131.

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

Color convert

RGB1475019-
CMYK00.660.870.42
HSL14.53º77.11%32.55%-
HSV(B)14.53º87.07%57.65%-
XYZ13.298.531.56-
YUV75.4796.14179.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 68.06%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 19 (7.81% from 255) = 8.80%
R=68.06%
G=23.15%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147501900.660.870.4214.5377.1132.55
Hex933213042572Af4d21
Octal22362230102127521711541
Binary100100111100101001101000010101011110101011111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933213; }

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

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

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

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

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

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

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

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