#90832E

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

Shades of Lemon Ginger #90832E

Tints of Lemon Ginger #90832E

Color information

#90832E (or 0x90832E) is unknown color: approx Lemon Ginger. HEX triplet: 90, 83 and 2E. RGB value is (144,131,46). Sum of RGB (Red+Green+Blue) = 144+131+46=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90832E is #6F7CD1. Grayscale: #7D7D7D. Windows color (decimal): -7306450 or 3048336. OLE color: 3048336.

HSL color Cylindrical-coordinate representation of color #90832E: hue angle of 52.04º 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 #90832E is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB14413146-
CMYK00.090.680.44
HSL52.04º51.58%37.25%-
HSV(B)52.04º68.06%56.47%-
XYZ20.1122.365.84-
YUV125.283.31141.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=44.86%
G=40.81%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441314600.090.680.4452.0451.5837.25
Hex90832E09442C343425
Octal2202035601110454646445
Binary1001000010000011101110010011000100101100110100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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