#907D35

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

Shades of Lemon Ginger #907D35

Tints of Lemon Ginger #907D35

Color information

#907D35 (or 0x907D35) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7D and 35. RGB value is (144,125,53). Sum of RGB (Red+Green+Blue) = 144+125+53=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #907D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907D35 is #6F82CA. Grayscale: #7A7A7A. Windows color (decimal): -7307979 or 3505552. OLE color: 3505552.

HSL color Cylindrical-coordinate representation of color #907D35: hue angle of 47.47º 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 #907D35 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB14412553-
CMYK00.130.630.44
HSL47.47º46.19%38.63%-
HSV(B)47.47º63.19%56.47%-
XYZ19.4820.856.37-
YUV122.4788.79143.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 53 (21.09% from 255) = 16.46%
R=44.72%
G=38.82%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441255300.130.630.4447.4746.1938.63
Hex907D350D3F2C2f2e27
Octal220175650157754575647
Binary10010000111110111010101101111111101100101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907D35; }

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

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

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

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

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

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

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

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