#953525

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

Shades of Burnt Umber #953525

Tints of Burnt Umber #953525

Color information

#953525 (or 0x953525) is unknown color: approx Burnt Umber. HEX triplet: 95, 35 and 25. RGB value is (149,53,37). Sum of RGB (Red+Green+Blue) = 149+53+37=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #953525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953525 is #6ACADA. Grayscale: #505050. Windows color (decimal): -6998747 or 2438549. OLE color: 2438549.

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

Color convert

RGB1495337-
CMYK00.640.750.42
HSL8.57º60.22%36.47%-
HSV(B)8.57º75.17%58.43%-
XYZ149.072.76-
YUV79.88103.8177.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=62.34%
G=22.18%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149533700.640.750.428.5760.2236.47
Hex9535250404B2A93c24
Octal2256545010011352117444
Binary100101011101011001010100000010010111010101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953525; }

 p { color: rgb(149,53,37); }

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

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

 a { background-color: rgb(149,53,37); }

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

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

 span { border-color: rgb(149,53,37); }

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