#91802A

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

Shades of Lemon Ginger #91802A

Tints of Lemon Ginger #91802A

Color information

#91802A (or 0x91802A) is unknown color: approx Lemon Ginger. HEX triplet: 91, 80 and 2A. RGB value is (145,128,42). Sum of RGB (Red+Green+Blue) = 145+128+42=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #91802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91802A is #6E7FD5. Grayscale: #7B7B7B. Windows color (decimal): -7241686 or 2785425. OLE color: 2785425.

HSL color Cylindrical-coordinate representation of color #91802A: hue angle of 50.1º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91802A is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14512842-
CMYK00.120.710.43
HSL50.1º55.08%36.67%-
HSV(B)50.1º71.03%56.86%-
XYZ19.8121.635.32-
YUV123.2882.13143.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 42 (16.80% from 255) = 13.33%
R=46.03%
G=40.63%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451284200.120.710.4350.155.0836.67
Hex91802A0C472B323725
Octal2212005201410753626745
Binary1001000110000000101010011001000111101011110010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,128,42); }

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

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

 a { background-color: rgb(145,128,42); }

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

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

 span { border-color: rgb(145,128,42); }

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