#94811B

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

Shades of Lemon Ginger #94811B

Tints of Lemon Ginger #94811B

Color information

#94811B (or 0x94811B) is unknown color: approx Lemon Ginger. HEX triplet: 94, 81 and 1B. RGB value is (148,129,27). Sum of RGB (Red+Green+Blue) = 148+129+27=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94811B is #6B7EE4. Grayscale: #7B7B7B. Windows color (decimal): -7044837 or 1802644. OLE color: 1802644.

HSL color Cylindrical-coordinate representation of color #94811B: hue angle of 50.58º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94811B is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14812927-
CMYK00.130.820.42
HSL50.58º69.14%34.31%-
HSV(B)50.58º81.76%58.04%-
XYZ20.2622.084.23-
YUV123.0573.79145.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 27 (10.94% from 255) = 8.88%
R=48.68%
G=42.43%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481292700.130.820.4250.5869.1434.31
Hex94811B0D522A334522
Octal22420133015122526310542
Binary1001010010000001110110110110100101010101100111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94811B; }

 p { color: rgb(148,129,27); }

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

<style>
 a { background-color: #94811B; }

 a { background-color: rgb(148,129,27); }

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

<style>
 span { border-color: #94811B; }

 span { border-color: rgb(148,129,27); }

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