Html Css Color HEX #908415 Lemon Ginger

📋 copy color: '#908415'

red 144 ◦ green 132 ◦ blue 21

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

Shades of Lemon Ginger #908415

Tints of Lemon Ginger #908415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

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

R = 48.48%
G = 44.44%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#908415 (or 0x908415) is known color: Lemon Ginger. HEX triplet: 90, 84 and 15. RGB value is (144,132,21). Sum of RGB (Red+Green+Blue) = 144+132+21=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #908415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908415 is #6F7BEA. Grayscale: #7B7B7B. Windows color (decimal): -7306219 or 1410192. OLE color: 1410192.

HSL color Cylindrical-coordinate representation of color #908415: hue angle of 54.15º 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 #908415 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 132 21 -
CMYK 0 0.08 0.85 0.44
HSL 54.15º 0.75% 0.32% -
HSV(B) 54.15º 0.85% 0.56% -
XYZ 19.89 22.49 4 -
YUV 122.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 144 132 21 0 0.08 0.85 0.44 54.15 0.75 0.32
Hex 90 84 15 0 8 55 2C 36 4B 20
Octal 220 204 25 0 10 125 54 66 113 40
Binary 10010000 10000100 10101 0 1000 1010101 101100 110110 1001011 100000

Color Harmonies of #908415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908415

Black with #908415

Text Example


Text Example

White with #908415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908415; }

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

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

background-color css

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

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

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

border-color css

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

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

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