#953026

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

Shades of Burnt Umber #953026

Tints of Burnt Umber #953026

Color information

#953026 (or 0x953026) is unknown color: approx Burnt Umber. HEX triplet: 95, 30 and 26. RGB value is (149,48,38). Sum of RGB (Red+Green+Blue) = 149+48+38=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #953026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953026 is #6ACFD9. Grayscale: #4D4D4D. Windows color (decimal): -7000026 or 2502805. OLE color: 2502805.

HSL color Cylindrical-coordinate representation of color #953026: hue angle of 5.41º 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 #953026 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1494838-
CMYK00.680.740.42
HSL5.41º59.36%36.67%-
HSV(B)5.41º74.5%58.43%-
XYZ13.88.642.77-
YUV77.06105.96179.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=63.40%
G=20.43%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149483800.680.740.425.4159.3636.67
Hex9530260444A2A53b25
Octal225604601041125257345
Binary10010101110000100110010001001001010101010101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953026; }

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

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

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

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

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

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

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

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