#94861E

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

Shades of Lemon Ginger #94861E

Tints of Lemon Ginger #94861E

Color information

#94861E (or 0x94861E) is unknown color: approx Lemon Ginger. HEX triplet: 94, 86 and 1E. RGB value is (148,134,30). Sum of RGB (Red+Green+Blue) = 148+134+30=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94861E is #6B79E1. Grayscale: #7E7E7E. Windows color (decimal): -7043554 or 2000532. OLE color: 2000532.

HSL color Cylindrical-coordinate representation of color #94861E: hue angle of 52.88º degrees, saturation: 0.66, 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 #94861E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14813430-
CMYK00.090.800.42
HSL52.88º66.29%34.9%-
HSV(B)52.88º79.73%58.04%-
XYZ20.9723.444.65-
YUV126.3373.64143.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 30 (12.11% from 255) = 9.62%
R=47.44%
G=42.95%
B=9.62%

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
Decimal1481343000.090.800.4252.8866.2934.9
Hex94861E09502A354223
Octal22420636011120526510243
Binary1001010010000110111100100110100001010101101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94861E; }

 p { color: rgb(148,134,30); }

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

<style>
 a { background-color: #94861E; }

 a { background-color: rgb(148,134,30); }

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

<style>
 span { border-color: #94861E; }

 span { border-color: rgb(148,134,30); }

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