#953210

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

Shades of Burnt Umber #953210

Tints of Burnt Umber #953210

Color information

#953210 (or 0x953210) is unknown color: approx Burnt Umber. HEX triplet: 95, 32 and 10. RGB value is (149,50,16). Sum of RGB (Red+Green+Blue) = 149+50+16=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #953210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953210 is #6ACDEF. Grayscale: #4B4B4B. Windows color (decimal): -6999536 or 1061525. OLE color: 1061525.

HSL color Cylindrical-coordinate representation of color #953210: hue angle of 15.34º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #953210 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1495016-
CMYK00.660.890.42
HSL15.34º80.61%32.35%-
HSV(B)15.34º89.26%58.43%-
XYZ13.638.711.45-
YUV75.7294.3180.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.30%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 16 (6.64% from 255) = 7.44%
R=69.30%
G=23.26%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149501600.660.890.4215.3480.6132.35
Hex953210042592Af5120
Octal22562200102131521712140
Binary100101011100101000001000010101100110101011111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953210; }

 p { color: rgb(149,50,16); }

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

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

 a { background-color: rgb(149,50,16); }

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

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

 span { border-color: rgb(149,50,16); }

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