#907F35

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

Shades of Lemon Ginger #907F35

Tints of Lemon Ginger #907F35

Color information

#907F35 (or 0x907F35) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7F and 35. RGB value is (144,127,53). Sum of RGB (Red+Green+Blue) = 144+127+53=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #907F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907F35 is #6F80CA. Grayscale: #7B7B7B. Windows color (decimal): -7307467 or 3506064. OLE color: 3506064.

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

Color convert

RGB14412753-
CMYK00.120.630.44
HSL48.79º46.19%38.63%-
HSV(B)48.79º63.19%56.47%-
XYZ19.7321.376.45-
YUV123.6588.13142.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 53 (21.09% from 255) = 16.36%
R=44.44%
G=39.20%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441275300.120.630.4448.7946.1938.63
Hex907F350C3F2C312e27
Octal220177650147754615647
Binary10010000111111111010101100111111101100110001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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