#93831E

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

Shades of Lemon Ginger #93831E

Tints of Lemon Ginger #93831E

Color information

#93831E (or 0x93831E) is unknown color: approx Lemon Ginger. HEX triplet: 93, 83 and 1E. RGB value is (147,131,30). Sum of RGB (Red+Green+Blue) = 147+131+30=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93831E is #6C7CE1. Grayscale: #7C7C7C. Windows color (decimal): -7109858 or 1999763. OLE color: 1999763.

HSL color Cylindrical-coordinate representation of color #93831E: hue angle of 51.79º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93831E is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14713130-
CMYK00.110.800.42
HSL51.79º66.1%34.71%-
HSV(B)51.79º79.59%57.65%-
XYZ20.3822.534.5-
YUV124.2774.8144.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.73%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=47.73%
G=42.53%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471313000.110.800.4251.7966.134.71
Hex93831E0B502A344223
Octal22320336013120526410243
Binary1001001110000011111100101110100001010101101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,131,30); }

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

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

 a { background-color: rgb(147,131,30); }

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

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

 span { border-color: rgb(147,131,30); }

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