#94871D

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

Shades of Lemon Ginger #94871D

Tints of Lemon Ginger #94871D

Color information

#94871D (or 0x94871D) is unknown color: approx Lemon Ginger. HEX triplet: 94, 87 and 1D. RGB value is (148,135,29). Sum of RGB (Red+Green+Blue) = 148+135+29=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94871D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94871D is #6B78E2. Grayscale: #7F7F7F. Windows color (decimal): -7043299 or 1935252. OLE color: 1935252.

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

Color convert

RGB14813529-
CMYK00.090.800.42
HSL53.45º67.23%34.71%-
HSV(B)53.45º80.41%58.04%-
XYZ21.123.714.63-
YUV126.872.81143.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 29 (11.72% from 255) = 9.29%
R=47.44%
G=43.27%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481352900.090.800.4253.4567.2334.71
Hex94871D09502A354323
Octal22420735011120526510343
Binary1001010010000111111010100110100001010101101011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94871D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,135,29); }

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

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

 a { background-color: rgb(148,135,29); }

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

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

 span { border-color: rgb(148,135,29); }

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