#93801A

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

Shades of Lemon Ginger #93801A

Tints of Lemon Ginger #93801A

Color information

#93801A (or 0x93801A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 80 and 1A. RGB value is (147,128,26). Sum of RGB (Red+Green+Blue) = 147+128+26=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #93801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93801A is #6C7FE5. Grayscale: #7A7A7A. Windows color (decimal): -7110630 or 1736851. OLE color: 1736851.

HSL color Cylindrical-coordinate representation of color #93801A: hue angle of 50.58º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93801A is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14712826-
CMYK00.130.820.42
HSL50.58º69.94%33.92%-
HSV(B)50.58º82.31%57.65%-
XYZ19.9421.724.12-
YUV122.0573.79145.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.84%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=48.84%
G=42.52%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471282600.130.820.4250.5869.9433.92
Hex93801A0D522A334622
Octal22320032015122526310642
Binary1001001110000000110100110110100101010101100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,128,26); }

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

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

 a { background-color: rgb(147,128,26); }

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

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

 span { border-color: rgb(147,128,26); }

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