#93882A

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

Shades of Lemon Ginger #93882A

Tints of Lemon Ginger #93882A

Color information

#93882A (or 0x93882A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 88 and 2A. RGB value is (147,136,42). Sum of RGB (Red+Green+Blue) = 147+136+42=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93882A is #6C77D5. Grayscale: #808080. Windows color (decimal): -7108566 or 2787475. OLE color: 2787475.

HSL color Cylindrical-coordinate representation of color #93882A: hue angle of 53.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93882A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14713642-
CMYK00.070.710.42
HSL53.71º55.56%37.06%-
HSV(B)53.71º71.43%57.65%-
XYZ21.2523.985.7-
YUV128.5779.14141.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=45.23%
G=41.85%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471364200.070.710.4253.7155.5637.06
Hex93882A07472A363825
Octal223210520710752667045
Binary100100111000100010101001111000111101010110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93882A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,136,42); }

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

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

 a { background-color: rgb(147,136,42); }

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

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

 span { border-color: rgb(147,136,42); }

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