#953123

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

Shades of Burnt Umber #953123

Tints of Burnt Umber #953123

Color information

#953123 (or 0x953123) is unknown color: approx Burnt Umber. HEX triplet: 95, 31 and 23. RGB value is (149,49,35). Sum of RGB (Red+Green+Blue) = 149+49+35=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #953123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953123 is #6ACEDC. Grayscale: #4D4D4D. Windows color (decimal): -6999773 or 2306453. OLE color: 2306453.

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

Color convert

RGB1494935-
CMYK00.670.770.42
HSL7.37º61.96%36.08%-
HSV(B)7.37º76.51%58.43%-
XYZ13.88.712.54-
YUV77.3104.13179.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 35 (14.06% from 255) = 15.02%
R=63.95%
G=21.03%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149493500.670.770.427.3761.9636.08
Hex9531230434D2A73e24
Octal225614301031155277644
Binary10010101110001100011010000111001101101010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953123; }

 p { color: rgb(149,49,35); }

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

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

 a { background-color: rgb(149,49,35); }

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

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

 span { border-color: rgb(149,49,35); }

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