#92851A

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

Shades of Lemon Ginger #92851A

Tints of Lemon Ginger #92851A

Color information

#92851A (or 0x92851A) is unknown color: approx Lemon Ginger. HEX triplet: 92, 85 and 1A. RGB value is (146,133,26). Sum of RGB (Red+Green+Blue) = 146+133+26=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92851A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92851A is #6D7AE5. Grayscale: #7D7D7D. Windows color (decimal): -7174886 or 1738130. OLE color: 1738130.

HSL color Cylindrical-coordinate representation of color #92851A: hue angle of 53.5º degrees, saturation: 0.7, 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 #92851A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB14613326-
CMYK00.090.820.43
HSL53.5º69.77%33.73%-
HSV(B)53.5º82.19%57.25%-
XYZ20.4322.964.33-
YUV124.6972.31143.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=47.87%
G=43.61%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461332600.090.820.4353.569.7733.73
Hex92851A09522B364622
Octal22220532011122536610642
Binary1001001010000101110100100110100101010111101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92851A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92851A; }

 p { color: rgb(146,133,26); }

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

<style>
 a { background-color: #92851A; }

 a { background-color: rgb(146,133,26); }

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

<style>
 span { border-color: #92851A; }

 span { border-color: rgb(146,133,26); }

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