#99803A

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

Shades of Lemon Ginger #99803A

Tints of Lemon Ginger #99803A

Color information

#99803A (or 0x99803A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 80 and 3A. RGB value is (153,128,58). Sum of RGB (Red+Green+Blue) = 153+128+58=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #99803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99803A is #667FC5. Grayscale: #7F7F7F. Windows color (decimal): -6717382 or 3834009. OLE color: 3834009.

HSL color Cylindrical-coordinate representation of color #99803A: hue angle of 44.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99803A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB15312858-
CMYK00.160.620.4
HSL44.21º45.02%41.37%-
HSV(B)44.21º62.09%60%-
XYZ21.6222.527.21-
YUV127.4988.78146.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=45.13%
G=37.76%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531285800.160.620.444.2145.0241.37
Hex99803A0103E282c2d29
Octal231200720207650545551
Binary1001100110000000111010010000111110101000101100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99803A; }

 p { color: rgb(153,128,58); }

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

<style>
 a { background-color: #99803A; }

 a { background-color: rgb(153,128,58); }

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

<style>
 span { border-color: #99803A; }

 span { border-color: rgb(153,128,58); }

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