#93881A

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

Shades of Lemon Ginger #93881A

Tints of Lemon Ginger #93881A

Color information

#93881A (or 0x93881A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 88 and 1A. RGB value is (147,136,26). Sum of RGB (Red+Green+Blue) = 147+136+26=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93881A is #6C77E5. Grayscale: #7F7F7F. Windows color (decimal): -7108582 or 1738899. OLE color: 1738899.

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

Color convert

RGB14713626-
CMYK00.070.820.42
HSL54.55º69.94%33.92%-
HSV(B)54.55º82.31%57.65%-
XYZ21.0223.894.48-
YUV126.7571.14142.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=47.57%
G=44.01%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471362600.070.820.4254.5569.9433.92
Hex93881A07522A374622
Octal2232103207122526710642
Binary100100111000100011010011110100101010101101111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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