#923116

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

Shades of Burnt Umber #923116

Tints of Burnt Umber #923116

Color information

#923116 (or 0x923116) is unknown color: approx Burnt Umber. HEX triplet: 92, 31 and 16. RGB value is (146,49,22). Sum of RGB (Red+Green+Blue) = 146+49+22=217 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.28% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 146 - color contains mainly: red. Hex color #923116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923116 is #6DCEE9. Grayscale: #4B4B4B. Windows color (decimal): -7196394 or 1454482. OLE color: 1454482.

HSL color Cylindrical-coordinate representation of color #923116: hue angle of 13.06º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #923116 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1464922-
CMYK00.660.850.43
HSL13.06º73.81%32.94%-
HSV(B)13.06º84.93%57.25%-
XYZ13.18.371.68-
YUV74.9298.14178.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.28%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=67.28%
G=22.58%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146492200.660.850.4313.0673.8132.94
Hex923116042552Bd4a21
Octal22261260102125531511241
Binary100100101100011011001000010101010110101111011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923116; }

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

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

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

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

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

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

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

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