#92361D

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

Shades of Burnt Umber #92361D

Tints of Burnt Umber #92361D

Color information

#92361D (or 0x92361D) is unknown color: approx Burnt Umber. HEX triplet: 92, 36 and 1D. RGB value is (146,54,29). Sum of RGB (Red+Green+Blue) = 146+54+29=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #92361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92361D is #6DC9E2. Grayscale: #4E4E4E. Windows color (decimal): -7195107 or 1914514. OLE color: 1914514.

HSL color Cylindrical-coordinate representation of color #92361D: hue angle of 12.82º 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 #92361D is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1465429-
CMYK00.630.800.43
HSL12.82º66.86%34.31%-
HSV(B)12.82º80.14%57.25%-
XYZ13.398.842.16-
YUV78.6699.98176.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 63.76%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 29 (11.72% from 255) = 12.66%
R=63.76%
G=23.58%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146542900.630.800.4312.8266.8634.31
Hex92361D03F502Bd4322
Octal2226635077120531510342
Binary10010010110110111010111111101000010101111011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92361D; }

 p { color: rgb(146,54,29); }

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

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

 a { background-color: rgb(146,54,29); }

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

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

 span { border-color: rgb(146,54,29); }

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