#92831C

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

Shades of Lemon Ginger #92831C

Tints of Lemon Ginger #92831C

Color information

#92831C (or 0x92831C) is unknown color: approx Lemon Ginger. HEX triplet: 92, 83 and 1C. RGB value is (146,131,28). Sum of RGB (Red+Green+Blue) = 146+131+28=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92831C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92831C is #6D7CE3. Grayscale: #7C7C7C. Windows color (decimal): -7175396 or 1868690. OLE color: 1868690.

HSL color Cylindrical-coordinate representation of color #92831C: hue angle of 52.37º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #92831C is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14613128-
CMYK00.100.810.43
HSL52.37º67.82%34.12%-
HSV(B)52.37º80.82%57.25%-
XYZ20.1822.434.36-
YUV123.7473.97143.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 28 (11.33% from 255) = 9.18%
R=47.87%
G=42.95%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461312800.100.810.4352.3767.8234.12
Hex92831C0A512B344422
Octal22220334012121536410442
Binary1001001010000011111000101010100011010111101001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92831C; }

 p { color: rgb(146,131,28); }

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

<style>
 a { background-color: #92831C; }

 a { background-color: rgb(146,131,28); }

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

<style>
 span { border-color: #92831C; }

 span { border-color: rgb(146,131,28); }

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