#92852F

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

Shades of Lemon Ginger #92852F

Tints of Lemon Ginger #92852F

Color information

#92852F (or 0x92852F) is unknown color: approx Lemon Ginger. HEX triplet: 92, 85 and 2F. RGB value is (146,133,47). Sum of RGB (Red+Green+Blue) = 146+133+47=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92852F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92852F is #6D7AD0. Grayscale: #7F7F7F. Windows color (decimal): -7174865 or 3114386. OLE color: 3114386.

HSL color Cylindrical-coordinate representation of color #92852F: hue angle of 52.12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92852F is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB14613347-
CMYK00.090.680.43
HSL52.12º51.3%37.84%-
HSV(B)52.12º67.81%57.25%-
XYZ20.7523.096.05-
YUV127.0882.81141.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 47 (18.75% from 255) = 14.42%
R=44.79%
G=40.80%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461334700.090.680.4352.1251.337.84
Hex92852F09442B343326
Octal2222055701110453646346
Binary1001001010000101101111010011000100101011110100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92852F; }

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

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

<style>
 a { background-color: #92852F; }

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

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

<style>
 span { border-color: #92852F; }

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

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