#907C35

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

Shades of Lemon Ginger #907C35

Tints of Lemon Ginger #907C35

Color information

#907C35 (or 0x907C35) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7C and 35. RGB value is (144,124,53). Sum of RGB (Red+Green+Blue) = 144+124+53=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #907C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907C35 is #6F83CA. Grayscale: #7A7A7A. Windows color (decimal): -7308235 or 3505296. OLE color: 3505296.

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

Color convert

RGB14412453-
CMYK00.140.630.44
HSL46.81º46.19%38.63%-
HSV(B)46.81º63.19%56.47%-
XYZ19.3520.66.32-
YUV121.8989.13143.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=44.86%
G=38.63%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441245300.140.630.4446.8146.1938.63
Hex907C350E3F2C2f2e27
Octal220174650167754575647
Binary10010000111110011010101110111111101100101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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