#908135

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

Shades of Lemon Ginger #908135

Tints of Lemon Ginger #908135

Color information

#908135 (or 0x908135) is unknown color: approx Lemon Ginger. HEX triplet: 90, 81 and 35. RGB value is (144,129,53). Sum of RGB (Red+Green+Blue) = 144+129+53=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #908135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908135 is #6F7ECA. Grayscale: #7D7D7D. Windows color (decimal): -7306955 or 3506576. OLE color: 3506576.

HSL color Cylindrical-coordinate representation of color #908135: hue angle of 50.11º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #908135 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB14412953-
CMYK00.100.630.44
HSL50.11º46.19%38.63%-
HSV(B)50.11º63.19%56.47%-
XYZ19.9921.896.54-
YUV124.8287.47141.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=44.17%
G=39.57%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441295300.100.630.4450.1146.1938.63
Hex9081350A3F2C322e27
Octal220201650127754625647
Binary100100001000000111010101010111111101100110010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908135; }

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

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

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

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

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

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

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

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