#93852E

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

Shades of Lemon Ginger #93852E

Tints of Lemon Ginger #93852E

Color information

#93852E (or 0x93852E) is unknown color: approx Lemon Ginger. HEX triplet: 93, 85 and 2E. RGB value is (147,133,46). Sum of RGB (Red+Green+Blue) = 147+133+46=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93852E is #6C7AD1. Grayscale: #7F7F7F. Windows color (decimal): -7109330 or 3048851. OLE color: 3048851.

HSL color Cylindrical-coordinate representation of color #93852E: hue angle of 51.68º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93852E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14713346-
CMYK00.100.690.42
HSL51.68º52.33%37.84%-
HSV(B)51.68º68.71%57.65%-
XYZ20.9123.185.96-
YUV127.2782.14142.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=45.09%
G=40.80%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471334600.100.690.4251.6852.3337.84
Hex93852E0A452A343426
Octal2232055601210552646446
Binary1001001110000101101110010101000101101010110100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93852E; }

 p { color: rgb(147,133,46); }

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

<style>
 a { background-color: #93852E; }

 a { background-color: rgb(147,133,46); }

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

<style>
 span { border-color: #93852E; }

 span { border-color: rgb(147,133,46); }

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