#90852E

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

Shades of Lemon Ginger #90852E

Tints of Lemon Ginger #90852E

Color information

#90852E (or 0x90852E) is unknown color: approx Lemon Ginger. HEX triplet: 90, 85 and 2E. RGB value is (144,133,46). Sum of RGB (Red+Green+Blue) = 144+133+46=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90852E is #6F7AD1. Grayscale: #7E7E7E. Windows color (decimal): -7305938 or 3048848. OLE color: 3048848.

HSL color Cylindrical-coordinate representation of color #90852E: hue angle of 53.27º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90852E is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB14413346-
CMYK00.080.680.44
HSL53.27º51.58%37.25%-
HSV(B)53.27º68.06%56.47%-
XYZ20.3822.95.93-
YUV126.3782.64140.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=44.58%
G=41.18%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441334600.080.680.4453.2751.5837.25
Hex90852E08442C353425
Octal2202055601010454656445
Binary1001000010000101101110010001000100101100110101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90852E; }

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

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

<style>
 a { background-color: #90852E; }

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

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

<style>
 span { border-color: #90852E; }

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

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