#92862B

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

Shades of Lemon Ginger #92862B

Tints of Lemon Ginger #92862B

Color information

#92862B (or 0x92862B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 86 and 2B. RGB value is (146,134,43). Sum of RGB (Red+Green+Blue) = 146+134+43=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92862B is #6D79D4. Grayscale: #7F7F7F. Windows color (decimal): -7174613 or 2852498. OLE color: 2852498.

HSL color Cylindrical-coordinate representation of color #92862B: hue angle of 53.01º 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 #92862B is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14613443-
CMYK00.080.710.43
HSL53.01º54.5%37.06%-
HSV(B)53.01º70.55%57.25%-
XYZ20.8223.345.69-
YUV127.2180.48141.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=45.20%
G=41.49%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461344300.080.710.4353.0154.537.06
Hex92862B08472B353625
Octal2222065301010753656645
Binary1001001010000110101011010001000111101011110101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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