#90862C

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

Shades of Lemon Ginger #90862C

Tints of Lemon Ginger #90862C

Color information

#90862C (or 0x90862C) is unknown color: approx Lemon Ginger. HEX triplet: 90, 86 and 2C. RGB value is (144,134,44). Sum of RGB (Red+Green+Blue) = 144+134+44=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90862C is #6F79D3. Grayscale: #7F7F7F. Windows color (decimal): -7305684 or 2918032. OLE color: 2918032.

HSL color Cylindrical-coordinate representation of color #90862C: hue angle of 54º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90862C is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14413444-
CMYK00.070.690.44
HSL54º53.19%36.86%-
HSV(B)54º69.44%56.47%-
XYZ20.4823.165.77-
YUV126.7381.31140.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 44 (17.58% from 255) = 13.66%
R=44.72%
G=41.61%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441344400.070.690.445453.1936.86
Hex90862C07452C363525
Octal220206540710554666545
Binary100100001000011010110001111000101101100110110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90862C; }

 p { color: rgb(144,134,44); }

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

<style>
 a { background-color: #90862C; }

 a { background-color: rgb(144,134,44); }

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

<style>
 span { border-color: #90862C; }

 span { border-color: rgb(144,134,44); }

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