#943321

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

Shades of Burnt Umber #943321

Tints of Burnt Umber #943321

Color information

#943321 (or 0x943321) is unknown color: approx Burnt Umber. HEX triplet: 94, 33 and 21. RGB value is (148,51,33). Sum of RGB (Red+Green+Blue) = 148+51+33=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #943321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943321 is #6BCCDE. Grayscale: #4E4E4E. Windows color (decimal): -7064799 or 2175892. OLE color: 2175892.

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

Color convert

RGB1485133-
CMYK00.660.780.42
HSL9.39º63.54%35.49%-
HSV(B)9.39º77.7%58.04%-
XYZ13.678.772.41-
YUV77.95102.64177.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.79%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 33 (13.28% from 255) = 14.22%
R=63.79%
G=21.98%
B=14.22%

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
Decimal148513300.660.780.429.3963.5435.49
Hex9433210424E2A94023
Octal22463410102116521110043
Binary1001010011001110000101000010100111010101010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943321; }

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

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

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

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

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

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

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

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