Html Css Color HEX #918315 Lemon Ginger

📋 copy color: '#918315'

red 145 ◦ green 131 ◦ blue 21

#918315
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #918315

Tints of Lemon Ginger #918315

RGB

 RED value IS 145 (57.03% from 255) = 48.82%

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 48.82%
G = 44.11%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#918315 (or 0x918315) is known color: Lemon Ginger. HEX triplet: 91, 83 and 15. RGB value is (145,131,21). Sum of RGB (Red+Green+Blue) = 145+131+21=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #918315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918315 is #6E7CEA. Grayscale: #7B7B7B. Windows color (decimal): -7240939 or 1409937. OLE color: 1409937.

HSL color Cylindrical-coordinate representation of color #918315: hue angle of 53.23º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #918315 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 21 -
CMYK 0 0.10 0.86 0.43
HSL 53.23º 0.75% 0.33% -
HSV(B) 53.23º 0.86% 0.57% -
XYZ 19.93 22.31 3.96 -
YUV 122.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 145 131 21 0 0.10 0.86 0.43 53.23 0.75 0.33
Hex 91 83 15 0 A 56 2B 35 4B 21
Octal 221 203 25 0 12 126 53 65 113 41
Binary 10010001 10000011 10101 0 1010 1010110 101011 110101 1001011 100001

Color Harmonies of #918315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918315

Black with #918315

Text Example


Text Example

White with #918315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918315; }

 p { color: rgb(145,131,21); }

 H1.HeaderClassName
 {
   color: #918315;
 }
 .AnyTagClassName
 {
   color: #918315;
 }
</style>

background-color css

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

 a { background-color: rgb(145,131,21); }

 div.DivClassName
 {
   background-color: #918315;
 }
 .BgClassName
 {
   background-color: #918315;
 }
</style>

border-color css

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

 span { border-color: rgb(145,131,21); }

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