#95851D

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

Shades of Lemon Ginger #95851D

Tints of Lemon Ginger #95851D

Color information

#95851D (or 0x95851D) is unknown color: approx Lemon Ginger. HEX triplet: 95, 85 and 1D. RGB value is (149,133,29). Sum of RGB (Red+Green+Blue) = 149+133+29=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95851D is #6A7AE2. Grayscale: #7E7E7E. Windows color (decimal): -6978275 or 1934741. OLE color: 1934741.

HSL color Cylindrical-coordinate representation of color #95851D: hue angle of 52º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95851D is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB14913329-
CMYK00.110.810.42
HSL52º67.42%34.9%-
HSV(B)52º80.54%58.43%-
XYZ2123.254.54-
YUV125.9373.3144.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 29 (11.72% from 255) = 9.32%
R=47.91%
G=42.77%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491332900.110.810.425267.4234.9
Hex95851D0B512A344323
Octal22520535013121526410343
Binary1001010110000101111010101110100011010101101001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95851D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95851D; }

 p { color: rgb(149,133,29); }

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

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

 a { background-color: rgb(149,133,29); }

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

<style>
 span { border-color: #95851D; }

 span { border-color: rgb(149,133,29); }

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