#95891B

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

Shades of Lemon Ginger #95891B

Tints of Lemon Ginger #95891B

Color information

#95891B (or 0x95891B) is unknown color: approx Lemon Ginger. HEX triplet: 95, 89 and 1B. RGB value is (149,137,27). Sum of RGB (Red+Green+Blue) = 149+137+27=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95891B is #6A76E4. Grayscale: #808080. Windows color (decimal): -6977253 or 1804693. OLE color: 1804693.

HSL color Cylindrical-coordinate representation of color #95891B: hue angle of 54.1º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95891B is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14913727-
CMYK00.080.820.42
HSL54.1º69.32%34.51%-
HSV(B)54.1º81.88%58.43%-
XYZ21.5424.364.6-
YUV128.0570.98142.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 27 (10.94% from 255) = 8.63%
R=47.60%
G=43.77%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491372700.080.820.4254.169.3234.51
Hex95891B08522A364523
Octal22521133010122526610543
Binary1001010110001001110110100010100101010101101101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95891B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95891B; }

 p { color: rgb(149,137,27); }

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

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

 a { background-color: rgb(149,137,27); }

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

<style>
 span { border-color: #95891B; }

 span { border-color: rgb(149,137,27); }

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