#92300E

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

Shades of Burnt Umber #92300E

Tints of Burnt Umber #92300E

Color information

#92300E (or 0x92300E) is unknown color: approx Burnt Umber. HEX triplet: 92, 30 and 0E. RGB value is (146,48,14). Sum of RGB (Red+Green+Blue) = 146+48+14=208 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.19% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 146 - color contains mainly: red. Hex color #92300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92300E is #6DCFF1. Grayscale: #494949. Windows color (decimal): -7196658 or 929938. OLE color: 929938.

HSL color Cylindrical-coordinate representation of color #92300E: hue angle of 15.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92300E is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1464814-
CMYK00.670.900.43
HSL15.45º82.5%31.37%-
HSV(B)15.45º90.41%57.25%-
XYZ12.998.261.32-
YUV73.4394.47179.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 70.19%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 14 (5.86% from 255) = 6.73%
R=70.19%
G=23.08%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146481400.670.900.4315.4582.531.37
Hex9230E0435A2Bf521f
Octal22260160103132531712237
Binary1001001011000011100100001110110101010111111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92300E; }

 p { color: rgb(146,48,14); }

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

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

 a { background-color: rgb(146,48,14); }

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

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

 span { border-color: rgb(146,48,14); }

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