#93861A

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

Shades of Lemon Ginger #93861A

Tints of Lemon Ginger #93861A

Color information

#93861A (or 0x93861A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 86 and 1A. RGB value is (147,134,26). Sum of RGB (Red+Green+Blue) = 147+134+26=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93861A is #6C79E5. Grayscale: #7E7E7E. Windows color (decimal): -7109094 or 1738387. OLE color: 1738387.

HSL color Cylindrical-coordinate representation of color #93861A: hue angle of 53.55º 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 #93861A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14713426-
CMYK00.090.820.42
HSL53.55º69.94%33.92%-
HSV(B)53.55º82.31%57.65%-
XYZ20.7423.334.39-
YUV125.5771.81143.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=47.88%
G=43.65%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471342600.090.820.4253.5569.9433.92
Hex93861A09522A364622
Octal22320632011122526610642
Binary1001001110000110110100100110100101010101101101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93861A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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