Html Css Color HEX #908115 Lemon Ginger

📋 copy color: '#908115'

red 144 ◦ green 129 ◦ blue 21

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

Shades of Lemon Ginger #908115

Tints of Lemon Ginger #908115

RGB

 RED value IS 144 (56.64% from 255) = 48.98%

 GREEN value IS 129 (50.78% from 255) = 43.88%

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

R = 48.98%
G = 43.88%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#908115 (or 0x908115) is known color: Lemon Ginger. HEX triplet: 90, 81 and 15. RGB value is (144,129,21). Sum of RGB (Red+Green+Blue) = 144+129+21=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #908115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908115 is #6F7EEA. Grayscale: #797979. Windows color (decimal): -7306987 or 1409424. OLE color: 1409424.

HSL color Cylindrical-coordinate representation of color #908115: hue angle of 52.68º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908115 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 21 -
CMYK 0 0.10 0.85 0.44
HSL 52.68º 0.75% 0.32% -
HSV(B) 52.68º 0.85% 0.56% -
XYZ 19.49 21.68 3.87 -
YUV 121.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 144 129 21 0 0.10 0.85 0.44 52.68 0.75 0.32
Hex 90 81 15 0 A 55 2C 35 4B 20
Octal 220 201 25 0 12 125 54 65 113 40
Binary 10010000 10000001 10101 0 1010 1010101 101100 110101 1001011 100000

Color Harmonies of #908115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908115

Black with #908115

Text Example


Text Example

White with #908115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908115; }

 p { color: rgb(144,129,21); }

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

background-color css

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

 a { background-color: rgb(144,129,21); }

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

border-color css

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

 span { border-color: rgb(144,129,21); }

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