#91280C

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

Shades of Burnt Umber #91280C

Tints of Burnt Umber #91280C

Color information

#91280C (or 0x91280C) is unknown color: approx Burnt Umber. HEX triplet: 91, 28 and 0C. RGB value is (145,40,12). Sum of RGB (Red+Green+Blue) = 145+40+12=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91280C is #6ED7F3. Grayscale: #444444. Windows color (decimal): -7264244 or 796817. OLE color: 796817.

HSL color Cylindrical-coordinate representation of color #91280C: hue angle of 12.63º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91280C is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1454012-
CMYK00.720.920.43
HSL12.63º84.71%30.78%-
HSV(B)12.63º91.72%56.86%-
XYZ12.57.561.15-
YUV68.296.29182.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.60%
GREEN value IS 40 (16.02% from 255) = 20.30%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=73.60%
G=20.30%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145401200.720.920.4312.6384.7130.78
Hex9128C0485C2Bd551f
Octal22150140110134531512537
Binary1001000110100011000100100010111001010111101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91280C; }

 p { color: rgb(145,40,12); }

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

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

 a { background-color: rgb(145,40,12); }

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

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

 span { border-color: rgb(145,40,12); }

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