#92881D

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

Shades of Lemon Ginger #92881D

Tints of Lemon Ginger #92881D

Color information

#92881D (or 0x92881D) is unknown color: approx Lemon Ginger. HEX triplet: 92, 88 and 1D. RGB value is (146,136,29). Sum of RGB (Red+Green+Blue) = 146+136+29=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #92881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92881D is #6D77E2. Grayscale: #7F7F7F. Windows color (decimal): -7174115 or 1935506. OLE color: 1935506.

HSL color Cylindrical-coordinate representation of color #92881D: hue angle of 54.87º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92881D is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB14613629-
CMYK00.070.800.43
HSL54.87º66.86%34.31%-
HSV(B)54.87º80.14%57.25%-
XYZ20.8823.814.66-
YUV126.7972.81141.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 29 (11.72% from 255) = 9.32%
R=46.95%
G=43.73%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461362900.070.800.4354.8766.8634.31
Hex92881D07502B374322
Octal2222103507120536710342
Binary100100101000100011101011110100001010111101111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92881D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,136,29); }

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

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

 a { background-color: rgb(146,136,29); }

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

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

 span { border-color: rgb(146,136,29); }

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