#95862A

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

Shades of Lemon Ginger #95862A

Tints of Lemon Ginger #95862A

Color information

#95862A (or 0x95862A) is unknown color: approx Lemon Ginger. HEX triplet: 95, 86 and 2A. RGB value is (149,134,42). Sum of RGB (Red+Green+Blue) = 149+134+42=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95862A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95862A is #6A79D5. Grayscale: #808080. Windows color (decimal): -6978006 or 2786965. OLE color: 2786965.

HSL color Cylindrical-coordinate representation of color #95862A: hue angle of 51.59º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95862A is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14913442-
CMYK00.100.720.42
HSL51.59º56.02%37.45%-
HSV(B)51.59º71.81%58.43%-
XYZ21.3423.615.62-
YUV12879.47142.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=45.85%
G=41.23%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491344200.100.720.4251.5956.0237.45
Hex95862A0A482A343825
Octal2252065201211052647045
Binary1001010110000110101010010101001000101010110100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,134,42); }

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

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

 a { background-color: rgb(149,134,42); }

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

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

 span { border-color: rgb(149,134,42); }

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