#912B1C

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

Shades of Burnt Umber #912B1C

Tints of Burnt Umber #912B1C

Color information

#912B1C (or 0x912B1C) is unknown color: approx Burnt Umber. HEX triplet: 91, 2B and 1C. RGB value is (145,43,28). Sum of RGB (Red+Green+Blue) = 145+43+28=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #912B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912B1C is #6ED4E3. Grayscale: #474747. Windows color (decimal): -7263460 or 1846161. OLE color: 1846161.

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

Color convert

RGB1454328-
CMYK00.700.810.43
HSL7.69º67.63%33.92%-
HSV(B)7.69º80.69%56.86%-
XYZ12.757.831.94-
YUV71.79103.29180.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 67.13%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 28 (11.33% from 255) = 12.96%
R=67.13%
G=19.91%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145432800.700.810.437.6967.6333.92
Hex912B1C046512B84422
Octal22153340106121531010442
Binary100100011010111110001000110101000110101110001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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