#953115

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

Shades of Burnt Umber #953115

Tints of Burnt Umber #953115

Color information

#953115 (or 0x953115) is unknown color: approx Burnt Umber. HEX triplet: 95, 31 and 15. RGB value is (149,49,21). Sum of RGB (Red+Green+Blue) = 149+49+21=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #953115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953115 is #6ACEEA. Grayscale: #4B4B4B. Windows color (decimal): -6999787 or 1388949. OLE color: 1388949.

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

Color convert

RGB1494921-
CMYK00.670.860.42
HSL13.12º75.29%33.33%-
HSV(B)13.12º85.91%58.43%-
XYZ13.638.641.66-
YUV75.7197.13180.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=68.04%
G=22.37%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149492100.670.860.4213.1275.2933.33
Hex953115043562Ad4b21
Octal22561250103126521511341
Binary100101011100011010101000011101011010101011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953115; }

 p { color: rgb(149,49,21); }

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

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

 a { background-color: rgb(149,49,21); }

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

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

 span { border-color: rgb(149,49,21); }

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