#907D38

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

Shades of Lemon Ginger #907D38

Tints of Lemon Ginger #907D38

Color information

#907D38 (or 0x907D38) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7D and 38. RGB value is (144,125,56). Sum of RGB (Red+Green+Blue) = 144+125+56=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #907D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907D38 is #6F82C7. Grayscale: #7B7B7B. Windows color (decimal): -7307976 or 3702160. OLE color: 3702160.

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

Color convert

RGB14412556-
CMYK00.130.610.44
HSL47.05º44%39.22%-
HSV(B)47.05º61.11%56.47%-
XYZ19.5520.886.74-
YUV122.8290.29143.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=44.31%
G=38.46%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441255600.130.610.4447.054439.22
Hex907D380D3D2C2f2c27
Octal220175700157554575447
Binary10010000111110111100001101111101101100101111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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