#93861E

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

Shades of Lemon Ginger #93861E

Tints of Lemon Ginger #93861E

Color information

#93861E (or 0x93861E) is unknown color: approx Lemon Ginger. HEX triplet: 93, 86 and 1E. RGB value is (147,134,30). Sum of RGB (Red+Green+Blue) = 147+134+30=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93861E is #6C79E1. Grayscale: #7E7E7E. Windows color (decimal): -7109090 or 2000531. OLE color: 2000531.

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

Color convert

RGB14713430-
CMYK00.090.800.42
HSL53.33º66.1%34.71%-
HSV(B)53.33º79.59%57.65%-
XYZ20.7923.354.64-
YUV126.0373.81142.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 30 (12.11% from 255) = 9.65%
R=47.27%
G=43.09%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471343000.090.800.4253.3366.134.71
Hex93861E09502A354223
Octal22320636011120526510243
Binary1001001110000110111100100110100001010101101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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