#938135

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

Shades of Lemon Ginger #938135

Tints of Lemon Ginger #938135

Color information

#938135 (or 0x938135) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 35. RGB value is (147,129,53). Sum of RGB (Red+Green+Blue) = 147+129+53=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #938135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938135 is #6C7ECA. Grayscale: #7E7E7E. Windows color (decimal): -7110347 or 3506579. OLE color: 3506579.

HSL color Cylindrical-coordinate representation of color #938135: hue angle of 48.51º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #938135 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14712953-
CMYK00.120.640.42
HSL48.51º47%39.22%-
HSV(B)48.51º63.95%57.65%-
XYZ20.5322.166.56-
YUV125.7286.96143.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 53 (21.09% from 255) = 16.11%
R=44.68%
G=39.21%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471295300.120.640.4248.514739.22
Hex9381350C402A312f27
Octal2232016501410052615747
Binary1001001110000001110101011001000000101010110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938135; }

 p { color: rgb(147,129,53); }

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

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

 a { background-color: rgb(147,129,53); }

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

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

 span { border-color: rgb(147,129,53); }

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