#92882B

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

Shades of Lemon Ginger #92882B

Tints of Lemon Ginger #92882B

Color information

#92882B (or 0x92882B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 88 and 2B. RGB value is (146,136,43). Sum of RGB (Red+Green+Blue) = 146+136+43=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92882B is #6D77D4. Grayscale: #808080. Windows color (decimal): -7174101 or 2853010. OLE color: 2853010.

HSL color Cylindrical-coordinate representation of color #92882B: hue angle of 54.17º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92882B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14613643-
CMYK00.070.710.43
HSL54.17º54.5%37.06%-
HSV(B)54.17º70.55%57.25%-
XYZ21.0923.895.79-
YUV128.3979.81140.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 43 (17.19% from 255) = 13.23%
R=44.92%
G=41.85%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461364300.070.710.4354.1754.537.06
Hex92882B07472B363625
Octal222210530710753666645
Binary100100101000100010101101111000111101011110110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92882B; }

 p { color: rgb(146,136,43); }

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

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

 a { background-color: rgb(146,136,43); }

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

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

 span { border-color: rgb(146,136,43); }

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