#943121

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

Shades of Burnt Umber #943121

Tints of Burnt Umber #943121

Color information

#943121 (or 0x943121) is unknown color: approx Burnt Umber. HEX triplet: 94, 31 and 21. RGB value is (148,49,33). Sum of RGB (Red+Green+Blue) = 148+49+33=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #943121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943121 is #6BCEDE. Grayscale: #4C4C4C. Windows color (decimal): -7065311 or 2175380. OLE color: 2175380.

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

Color convert

RGB1484933-
CMYK00.670.780.42
HSL8.35º63.54%35.49%-
HSV(B)8.35º77.7%58.04%-
XYZ13.598.62.38-
YUV76.78103.3178.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.35%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=64.35%
G=21.30%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148493300.670.780.428.3563.5435.49
Hex9431210434E2A84023
Octal22461410103116521010043
Binary1001010011000110000101000011100111010101010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943121; }

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

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

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

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

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

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

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

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