#907C1B

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

Shades of Lemon Ginger #907C1B

Tints of Lemon Ginger #907C1B

Color information

#907C1B (or 0x907C1B) is unknown color: approx Lemon Ginger. HEX triplet: 90, 7C and 1B. RGB value is (144,124,27). Sum of RGB (Red+Green+Blue) = 144+124+27=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #907C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907C1B is #6F83E4. Grayscale: #777777. Windows color (decimal): -7308261 or 1801360. OLE color: 1801360.

HSL color Cylindrical-coordinate representation of color #907C1B: hue angle of 49.74º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #907C1B is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14412427-
CMYK00.140.810.44
HSL49.74º68.42%33.53%-
HSV(B)49.74º81.25%56.47%-
XYZ18.9120.423.98-
YUV118.9276.13145.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.81%
GREEN value IS 124 (48.83% from 255) = 42.03%
BLUE value IS 27 (10.94% from 255) = 9.15%
R=48.81%
G=42.03%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441242700.140.810.4449.7468.4233.53
Hex907C1B0E512C324422
Octal22017433016121546210442
Binary100100001111100110110111010100011011001100101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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