#92311C

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

Shades of Burnt Umber #92311C

Tints of Burnt Umber #92311C

Color information

#92311C (or 0x92311C) is unknown color: approx Burnt Umber. HEX triplet: 92, 31 and 1C. RGB value is (146,49,28). Sum of RGB (Red+Green+Blue) = 146+49+28=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #92311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92311C is #6DCEE3. Grayscale: #4B4B4B. Windows color (decimal): -7196388 or 1847698. OLE color: 1847698.

HSL color Cylindrical-coordinate representation of color #92311C: hue angle of 10.68º 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 #92311C is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB1464928-
CMYK00.660.810.43
HSL10.68º67.82%34.12%-
HSV(B)10.68º80.82%57.25%-
XYZ13.168.392.02-
YUV75.61101.14178.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.47%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=65.47%
G=21.97%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146492800.660.810.4310.6867.8234.12
Hex92311C042512Bb4422
Octal22261340102121531310442
Binary100100101100011110001000010101000110101110111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,49,28); }

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

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

 a { background-color: rgb(146,49,28); }

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

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

 span { border-color: rgb(146,49,28); }

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