#90851B

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

Shades of Lemon Ginger #90851B

Tints of Lemon Ginger #90851B

Color information

#90851B (or 0x90851B) is unknown color: approx Lemon Ginger. HEX triplet: 90, 85 and 1B. RGB value is (144,133,27). Sum of RGB (Red+Green+Blue) = 144+133+27=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90851B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90851B is #6F7AE4. Grayscale: #7C7C7C. Windows color (decimal): -7305957 or 1803664. OLE color: 1803664.

HSL color Cylindrical-coordinate representation of color #90851B: hue angle of 54.36º 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 #90851B is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14413327-
CMYK00.080.810.44
HSL54.36º68.42%33.53%-
HSV(B)54.36º81.25%56.47%-
XYZ20.0922.784.38-
YUV124.273.14142.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 27 (10.94% from 255) = 8.88%
R=47.37%
G=43.75%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441332700.080.810.4454.3668.4233.53
Hex90851B08512C364422
Octal22020533010121546610442
Binary1001000010000101110110100010100011011001101101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90851B; }

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

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

<style>
 a { background-color: #90851B; }

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

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

<style>
 span { border-color: #90851B; }

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

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