#943415

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

Shades of Burnt Umber #943415

Tints of Burnt Umber #943415

Color information

#943415 (or 0x943415) is unknown color: approx Burnt Umber. HEX triplet: 94, 34 and 15. RGB value is (148,52,21). Sum of RGB (Red+Green+Blue) = 148+52+21=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #943415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943415 is #6BCBEA. Grayscale: #4D4D4D. Windows color (decimal): -7064555 or 1389716. OLE color: 1389716.

HSL color Cylindrical-coordinate representation of color #943415: hue angle of 14.65º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #943415 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1485221-
CMYK00.650.860.42
HSL14.65º75.15%33.14%-
HSV(B)14.65º85.81%58.04%-
XYZ13.588.811.69-
YUV77.1796.3178.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.97%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=66.97%
G=23.53%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148522100.650.860.4214.6575.1533.14
Hex943415041562Af4b21
Octal22464250101126521711341
Binary100101001101001010101000001101011010101011111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943415; }

 p { color: rgb(148,52,21); }

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

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

 a { background-color: rgb(148,52,21); }

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

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

 span { border-color: rgb(148,52,21); }

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