#917B28

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

Shades of Lemon Ginger #917B28

Tints of Lemon Ginger #917B28

Color information

#917B28 (or 0x917B28) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7B and 28. RGB value is (145,123,40). Sum of RGB (Red+Green+Blue) = 145+123+40=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #917B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B28 is #6E84D7. Grayscale: #787878. Windows color (decimal): -7242968 or 2653073. OLE color: 2653073.

HSL color Cylindrical-coordinate representation of color #917B28: hue angle of 47.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #917B28 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB14512340-
CMYK00.150.720.43
HSL47.43º56.76%36.27%-
HSV(B)47.43º72.41%56.86%-
XYZ19.1420.344.92-
YUV120.1282.79145.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=47.08%
G=39.94%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451234000.150.720.4347.4356.7636.27
Hex917B280F482B2f3924
Octal2211735001711053577144
Binary100100011111011101000011111001000101011101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B28; }

 p { color: rgb(145,123,40); }

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

<style>
 a { background-color: #917B28; }

 a { background-color: rgb(145,123,40); }

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

<style>
 span { border-color: #917B28; }

 span { border-color: rgb(145,123,40); }

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