#92821B

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

Shades of Lemon Ginger #92821B

Tints of Lemon Ginger #92821B

Color information

#92821B (or 0x92821B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 82 and 1B. RGB value is (146,130,27). Sum of RGB (Red+Green+Blue) = 146+130+27=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92821B is #6D7DE4. Grayscale: #7B7B7B. Windows color (decimal): -7175653 or 1802898. OLE color: 1802898.

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

Color convert

RGB14613027-
CMYK00.110.820.43
HSL51.93º68.79%33.92%-
HSV(B)51.93º81.51%57.25%-
XYZ20.0322.164.26-
YUV123.0473.8144.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 27 (10.94% from 255) = 8.91%
R=48.18%
G=42.90%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461302700.110.820.4351.9368.7933.92
Hex92821B0B522B344522
Octal22220233013122536410542
Binary1001001010000010110110101110100101010111101001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,130,27); }

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

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

 a { background-color: rgb(146,130,27); }

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

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

 span { border-color: rgb(146,130,27); }

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