#92811b

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

Shades of Lemon Ginger #92811B

Tints of Lemon Ginger #92811B

Color information

#92811B (or 0x92811B) is unknown color: approx Lemon Ginger. HEX triplet: 92, 81 and 1B. RGB value is (146,129,27). Sum of RGB (Red+Green+Blue) = 146+129+27=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #92811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92811B is #6D7EE4. Grayscale: #7A7A7A. Windows color (decimal): -7175909 or 1802642. OLE color: 1802642.

HSL color Cylindrical-coordinate representation of color #92811B: hue angle of 51.43º 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 #92811B is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB14612927-
CMYK00.120.820.43
HSL51.43º68.79%33.92%-
HSV(B)51.43º81.51%57.25%-
XYZ19.921.894.21-
YUV122.4674.13144.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.34%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 27 (10.94% from 255) = 8.94%
R=48.34%
G=42.72%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461292700.120.820.4351.4368.7933.92
Hex92811B0C522B334522
Octal22220133014122536310542
Binary1001001010000001110110110010100101010111100111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92811b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92811b; }

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

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

<style>
 a { background-color: #92811b; }

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

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

<style>
 span { border-color: #92811b; }

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

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