#907B25

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

Shades of Lemon Ginger #907B25

Tints of Lemon Ginger #907B25

Color information

#907B25 (or 0x907B25) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7B and 25. RGB value is (144,123,37). Sum of RGB (Red+Green+Blue) = 144+123+37=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #907B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907B25 is #6F84DA. Grayscale: #777777. Windows color (decimal): -7308507 or 2456464. OLE color: 2456464.

HSL color Cylindrical-coordinate representation of color #907B25: hue angle of 48.22º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #907B25 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB14412337-
CMYK00.150.740.44
HSL48.22º59.12%35.49%-
HSV(B)48.22º74.31%56.47%-
XYZ18.9220.234.66-
YUV119.4881.46145.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=47.37%
G=40.46%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441233700.150.740.4448.2259.1235.49
Hex907B250F4A2C303b23
Octal2201734501711254607343
Binary100100001111011100101011111001010101100110000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,123,37); }

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

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

 a { background-color: rgb(144,123,37); }

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

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

 span { border-color: rgb(144,123,37); }

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