#93801d

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

Shades of Lemon Ginger #93801D

Tints of Lemon Ginger #93801D

Color information

#93801D (or 0x93801D) is unknown color: approx Lemon Ginger. HEX triplet: 93, 80 and 1D. RGB value is (147,128,29). Sum of RGB (Red+Green+Blue) = 147+128+29=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93801D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93801D is #6C7FE2. Grayscale: #7A7A7A. Windows color (decimal): -7110627 or 1933459. OLE color: 1933459.

HSL color Cylindrical-coordinate representation of color #93801D: hue angle of 50.34º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93801D is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14712829-
CMYK00.130.800.42
HSL50.34º67.05%34.51%-
HSV(B)50.34º80.27%57.65%-
XYZ19.9721.734.3-
YUV122.475.29145.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 29 (11.72% from 255) = 9.54%
R=48.36%
G=42.11%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471282900.130.800.4250.3467.0534.51
Hex93801D0D502A324323
Octal22320035015120526210343
Binary1001001110000000111010110110100001010101100101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93801d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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