#97841E

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

Shades of Lemon Ginger #97841E

Tints of Lemon Ginger #97841E

Color information

#97841E (or 0x97841E) is unknown color: approx Lemon Ginger. HEX triplet: 97, 84 and 1E. RGB value is (151,132,30). Sum of RGB (Red+Green+Blue) = 151+132+30=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97841E is #687BE1. Grayscale: #7E7E7E. Windows color (decimal): -6847458 or 2000023. OLE color: 2000023.

HSL color Cylindrical-coordinate representation of color #97841E: hue angle of 50.58º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97841E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15113230-
CMYK00.130.800.41
HSL50.58º66.85%35.49%-
HSV(B)50.58º80.13%59.22%-
XYZ21.2523.184.58-
YUV126.0573.79145.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 30 (12.11% from 255) = 9.58%
R=48.24%
G=42.17%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511323000.130.800.4150.5866.8535.49
Hex97841E0D5029334323
Octal22720436015120516310343
Binary1001011110000100111100110110100001010011100111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97841E; }

 p { color: rgb(151,132,30); }

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

<style>
 a { background-color: #97841E; }

 a { background-color: rgb(151,132,30); }

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

<style>
 span { border-color: #97841E; }

 span { border-color: rgb(151,132,30); }

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