#943720

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

Shades of Burnt Umber #943720

Tints of Burnt Umber #943720

Color information

#943720 (or 0x943720) is unknown color: approx Burnt Umber. HEX triplet: 94, 37 and 20. RGB value is (148,55,32). Sum of RGB (Red+Green+Blue) = 148+55+32=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #943720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943720 is #6BC8DF. Grayscale: #505050. Windows color (decimal): -7063776 or 2111380. OLE color: 2111380.

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

Color convert

RGB1485532-
CMYK00.630.780.42
HSL11.9º64.44%35.29%-
HSV(B)11.9º78.38%58.04%-
XYZ13.849.132.4-
YUV80.18100.81176.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.98%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=62.98%
G=23.40%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148553200.630.780.4211.964.4435.29
Hex94372003F4E2Ac4023
Octal2246740077116521410043
Binary100101001101111000000111111100111010101011001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943720; }

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

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

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

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

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

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

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

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