#93811a

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

Shades of Lemon Ginger #93811A

Tints of Lemon Ginger #93811A

Color information

#93811A (or 0x93811A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 1A. RGB value is (147,129,26). Sum of RGB (Red+Green+Blue) = 147+129+26=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #93811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93811A is #6C7EE5. Grayscale: #7B7B7B. Windows color (decimal): -7110374 or 1737107. OLE color: 1737107.

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

Color convert

RGB14712926-
CMYK00.120.820.42
HSL51.07º69.94%33.92%-
HSV(B)51.07º82.31%57.65%-
XYZ20.0721.984.16-
YUV122.6473.46145.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 26 (10.55% from 255) = 8.61%
R=48.68%
G=42.72%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471292600.120.820.4251.0769.9433.92
Hex93811A0C522A334622
Octal22320132014122526310642
Binary1001001110000001110100110010100101010101100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93811a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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