#952915

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

Shades of Burnt Umber #952915

Tints of Burnt Umber #952915

Color information

#952915 (or 0x952915) is unknown color: approx Burnt Umber. HEX triplet: 95, 29 and 15. RGB value is (149,41,21). Sum of RGB (Red+Green+Blue) = 149+41+21=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #952915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952915 is #6AD6EA. Grayscale: #474747. Windows color (decimal): -7001835 or 1386901. OLE color: 1386901.

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

Color convert

RGB1494121-
CMYK00.720.860.42
HSL9.38º75.29%33.33%-
HSV(B)9.38º85.91%58.43%-
XYZ13.328.031.56-
YUV71.0199.78183.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.62%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=70.62%
G=19.43%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149412100.720.860.429.3875.2933.33
Hex952915048562A94b21
Octal22551250110126521111341
Binary100101011010011010101001000101011010101010011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952915; }

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

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

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

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

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

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

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

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