#912B1D

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

Shades of Burnt Umber #912B1D

Tints of Burnt Umber #912B1D

Color information

#912B1D (or 0x912B1D) is unknown color: approx Burnt Umber. HEX triplet: 91, 2B and 1D. RGB value is (145,43,29). Sum of RGB (Red+Green+Blue) = 145+43+29=217 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.82% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 145 - color contains mainly: red. Hex color #912B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912B1D is #6ED4E2. Grayscale: #484848. Windows color (decimal): -7263459 or 1911697. OLE color: 1911697.

HSL color Cylindrical-coordinate representation of color #912B1D: hue angle of 7.24º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #912B1D is Cyan = 0, Magento = 0.70, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB1454329-
CMYK00.700.80.43
HSL7.24º66.67%34.12%-
HSV(B)7.24º80%56.86%-
XYZ12.767.842-
YUV71.9103.79180.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 66.82%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 29 (11.72% from 255) = 13.36%
R=66.82%
G=19.82%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145432900.700.80.437.2466.6734.12
Hex912B1D046502B74322
Octal2215335010612053710342
Binary10010001101011111010100011010100001010111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912B1D; }

 p { color: rgb(145,43,29); }

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

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

 a { background-color: rgb(145,43,29); }

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

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

 span { border-color: rgb(145,43,29); }

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