#93841E

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

Shades of Lemon Ginger #93841E

Tints of Lemon Ginger #93841E

Color information

#93841E (or 0x93841E) is unknown color: approx Lemon Ginger. HEX triplet: 93, 84 and 1E. RGB value is (147,132,30). Sum of RGB (Red+Green+Blue) = 147+132+30=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93841E is #6C7BE1. Grayscale: #7D7D7D. Windows color (decimal): -7109602 or 2000019. OLE color: 2000019.

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

Color convert

RGB14713230-
CMYK00.100.800.42
HSL52.31º66.1%34.71%-
HSV(B)52.31º79.59%57.65%-
XYZ20.5222.84.55-
YUV124.8674.47143.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 30 (12.11% from 255) = 9.71%
R=47.57%
G=42.72%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471323000.100.800.4252.3166.134.71
Hex93841E0A502A344223
Octal22320436012120526410243
Binary1001001110000100111100101010100001010101101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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