#92801B

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

Shades of Lemon Ginger #92801B

Tints of Lemon Ginger #92801B

Color information

#92801B (or 0x92801B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 1B. RGB value is (146,128,27). Sum of RGB (Red+Green+Blue) = 146+128+27=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #92801B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92801B is #6D7FE4. Grayscale: #7A7A7A. Windows color (decimal): -7176165 or 1802386. OLE color: 1802386.

HSL color Cylindrical-coordinate representation of color #92801B: hue angle of 50.92º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92801B is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB14612827-
CMYK00.120.820.43
HSL50.92º68.79%33.92%-
HSV(B)50.92º81.51%57.25%-
XYZ19.7721.634.17-
YUV121.8774.46145.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 27 (10.94% from 255) = 8.97%
R=48.50%
G=42.52%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461282700.120.820.4350.9268.7933.92
Hex92801B0C522B334522
Octal22220033014122536310542
Binary1001001010000000110110110010100101010111100111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92801B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,128,27); }

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

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

 a { background-color: rgb(146,128,27); }

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

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

 span { border-color: rgb(146,128,27); }

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