#953526

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

Shades of Burnt Umber #953526

Tints of Burnt Umber #953526

Color information

#953526 (or 0x953526) is unknown color: approx Burnt Umber. HEX triplet: 95, 35 and 26. RGB value is (149,53,38). Sum of RGB (Red+Green+Blue) = 149+53+38=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953526 is #6ACAD9. Grayscale: #505050. Windows color (decimal): -6998746 or 2504085. OLE color: 2504085.

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

Color convert

RGB1495338-
CMYK00.640.740.42
HSL8.11º59.36%36.67%-
HSV(B)8.11º74.5%58.43%-
XYZ14.029.082.85-
YUV79.99104.3177.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.08%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 38 (15.23% from 255) = 15.83%
R=62.08%
G=22.08%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149533800.640.740.428.1159.3636.67
Hex9535260404A2A83b25
Octal2256546010011252107345
Binary100101011101011001100100000010010101010101000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953526; }

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

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

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

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

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

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

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

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