#90862D

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

Shades of Lemon Ginger #90862D

Tints of Lemon Ginger #90862D

Color information

#90862D (or 0x90862D) is unknown color: approx Lemon Ginger. HEX triplet: 90, 86 and 2D. RGB value is (144,134,45). Sum of RGB (Red+Green+Blue) = 144+134+45=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90862D is #6F79D2. Grayscale: #7F7F7F. Windows color (decimal): -7305683 or 2983568. OLE color: 2983568.

HSL color Cylindrical-coordinate representation of color #90862D: hue angle of 53.94º degrees, saturation: 0.52, 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 #90862D is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14413445-
CMYK00.070.690.44
HSL53.94º52.38%37.06%-
HSV(B)53.94º68.75%56.47%-
XYZ20.523.175.87-
YUV126.8481.81140.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=44.58%
G=41.49%
B=13.93%

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
Decimal1441344500.070.690.4453.9452.3837.06
Hex90862D07452C363425
Octal220206550710554666445
Binary100100001000011010110101111000101101100110110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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