#943221

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

Shades of Burnt Umber #943221

Tints of Burnt Umber #943221

Color information

#943221 (or 0x943221) is unknown color: approx Burnt Umber. HEX triplet: 94, 32 and 21. RGB value is (148,50,33). Sum of RGB (Red+Green+Blue) = 148+50+33=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #943221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943221 is #6BCDDE. Grayscale: #4D4D4D. Windows color (decimal): -7065055 or 2175636. OLE color: 2175636.

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

Color convert

RGB1485033-
CMYK00.660.780.42
HSL8.87º63.54%35.49%-
HSV(B)8.87º77.7%58.04%-
XYZ13.638.692.4-
YUV77.36102.97178.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.07%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 33 (13.28% from 255) = 14.29%
R=64.07%
G=21.65%
B=14.29%

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
Decimal148503300.660.780.428.8763.5435.49
Hex9432210424E2A94023
Octal22462410102116521110043
Binary1001010011001010000101000010100111010101010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943221; }

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

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

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

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

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

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

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

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