#93871F

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

Shades of Lemon Ginger #93871F

Tints of Lemon Ginger #93871F

Color information

#93871F (or 0x93871F) is unknown color: approx Lemon Ginger. HEX triplet: 93, 87 and 1F. RGB value is (147,135,31). Sum of RGB (Red+Green+Blue) = 147+135+31=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93871F is #6C78E0. Grayscale: #7F7F7F. Windows color (decimal): -7108833 or 2066323. OLE color: 2066323.

HSL color Cylindrical-coordinate representation of color #93871F: hue angle of 53.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93871F is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14713531-
CMYK00.080.790.42
HSL53.79º65.17%34.9%-
HSV(B)53.79º78.91%57.65%-
XYZ20.9423.634.75-
YUV126.7373.98142.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=46.96%
G=43.13%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471353100.080.790.4253.7965.1734.9
Hex93871F084F2A364123
Octal22320737010117526610143
Binary1001001110000111111110100010011111010101101101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,135,31); }

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

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

 a { background-color: rgb(147,135,31); }

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

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

 span { border-color: rgb(147,135,31); }

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