#92862D

Color #92862D Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #92862D

Tints of Lemon Ginger #92862D

Color information

#92862D (or 0x92862D) is unknown color: approx Lemon Ginger. HEX triplet: 92, 86 and 2D. RGB value is (146,134,45). Sum of RGB (Red+Green+Blue) = 146+134+45=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92862D is #6D79D2. Grayscale: #7F7F7F. Windows color (decimal): -7174611 or 2983570. OLE color: 2983570.

HSL color Cylindrical-coordinate representation of color #92862D: hue angle of 52.87º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92862D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB14613445-
CMYK00.080.690.43
HSL52.87º52.88%37.45%-
HSV(B)52.87º69.18%57.25%-
XYZ20.8523.355.89-
YUV127.4481.48141.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 45 (17.97% from 255) = 13.85%
R=44.92%
G=41.23%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461344500.080.690.4352.8752.8837.45
Hex92862D08452B353525
Octal2222065501010553656545
Binary1001001010000110101101010001000101101011110101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,134,45); }

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

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

 a { background-color: rgb(146,134,45); }

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

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

 span { border-color: rgb(146,134,45); }

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