#943820

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

Shades of Burnt Umber #943820

Tints of Burnt Umber #943820

Color information

#943820 (or 0x943820) is unknown color: approx Burnt Umber. HEX triplet: 94, 38 and 20. RGB value is (148,56,32). Sum of RGB (Red+Green+Blue) = 148+56+32=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #943820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943820 is #6BC7DF. Grayscale: #505050. Windows color (decimal): -7063520 or 2111636. OLE color: 2111636.

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

Color convert

RGB1485632-
CMYK00.620.780.42
HSL12.41º64.44%35.29%-
HSV(B)12.41º78.38%58.04%-
XYZ13.899.232.42-
YUV80.77100.48175.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.71%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 32 (12.89% from 255) = 13.56%
R=62.71%
G=23.73%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148563200.620.780.4212.4164.4435.29
Hex94382003E4E2Ac4023
Octal2247040076116521410043
Binary100101001110001000000111110100111010101011001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943820; }

 p { color: rgb(148,56,32); }

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

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

 a { background-color: rgb(148,56,32); }

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

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

 span { border-color: rgb(148,56,32); }

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