#952D0F

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

Shades of Burnt Umber #952D0F

Tints of Burnt Umber #952D0F

Color information

#952D0F (or 0x952D0F) is unknown color: approx Burnt Umber. HEX triplet: 95, 2D and 0F. RGB value is (149,45,15). Sum of RGB (Red+Green+Blue) = 149+45+15=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #952D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D0F is #6AD2F0. Grayscale: #484848. Windows color (decimal): -7000817 or 994709. OLE color: 994709.

HSL color Cylindrical-coordinate representation of color #952D0F: hue angle of 13.43º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #952D0F is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1494515-
CMYK00.700.900.42
HSL13.43º81.71%32.16%-
HSV(B)13.43º89.93%58.43%-
XYZ13.428.31.35-
YUV72.6895.46182.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 45 (17.97% from 255) = 21.53%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=71.29%
G=21.53%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149451500.700.900.4213.4381.7132.16
Hex952DF0465A2Ad5220
Octal22555170106132521512240
Binary10010101101101111101000110101101010101011011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952D0F; }

 p { color: rgb(149,45,15); }

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

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

 a { background-color: rgb(149,45,15); }

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

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

 span { border-color: rgb(149,45,15); }

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