#953019

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

Shades of Burnt Umber #953019

Tints of Burnt Umber #953019

Color information

#953019 (or 0x953019) is unknown color: approx Burnt Umber. HEX triplet: 95, 30 and 19. RGB value is (149,48,25). Sum of RGB (Red+Green+Blue) = 149+48+25=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #953019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953019 is #6ACFE6. Grayscale: #4B4B4B. Windows color (decimal): -7000039 or 1650837. OLE color: 1650837.

HSL color Cylindrical-coordinate representation of color #953019: hue angle of 11.13º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #953019 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1494825-
CMYK00.680.830.42
HSL11.13º71.26%34.12%-
HSV(B)11.13º83.22%58.43%-
XYZ13.638.571.86-
YUV75.5899.46180.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.12%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 25 (10.16% from 255) = 11.26%
R=67.12%
G=21.62%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149482500.680.830.4211.1371.2634.12
Hex953019044532Ab4722
Octal22560310104123521310742
Binary100101011100001100101000100101001110101010111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953019; }

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

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

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

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

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

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

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

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