#93811E

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

Shades of Lemon Ginger #93811E

Tints of Lemon Ginger #93811E

Color information

#93811E (or 0x93811E) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 1E. RGB value is (147,129,30). Sum of RGB (Red+Green+Blue) = 147+129+30=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93811E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93811E is #6C7EE1. Grayscale: #7B7B7B. Windows color (decimal): -7110370 or 1999251. OLE color: 1999251.

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

Color convert

RGB14712930-
CMYK00.120.800.42
HSL50.77º66.1%34.71%-
HSV(B)50.77º79.59%57.65%-
XYZ20.12224.41-
YUV123.175.46145.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 30 (12.11% from 255) = 9.80%
R=48.04%
G=42.16%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471293000.120.800.4250.7766.134.71
Hex93811E0C502A334223
Octal22320136014120526310243
Binary1001001110000001111100110010100001010101100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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