#95852D

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

Shades of Lemon Ginger #95852D

Tints of Lemon Ginger #95852D

Color information

#95852D (or 0x95852D) is unknown color: approx Lemon Ginger. HEX triplet: 95, 85 and 2D. RGB value is (149,133,45). Sum of RGB (Red+Green+Blue) = 149+133+45=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95852D is #6A7AD2. Grayscale: #808080. Windows color (decimal): -6978259 or 2983317. OLE color: 2983317.

HSL color Cylindrical-coordinate representation of color #95852D: hue angle of 50.77º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95852D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14913345-
CMYK00.110.700.42
HSL50.77º53.61%38.04%-
HSV(B)50.77º69.8%58.43%-
XYZ21.2623.355.87-
YUV127.7581.3143.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=45.57%
G=40.67%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491334500.110.700.4250.7753.6138.04
Hex95852D0B462A333626
Octal2252055501310652636646
Binary1001010110000101101101010111000110101010110011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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