Html Css Color HEX #908131 Lemon Ginger

📋 copy color: '#908131'

red 144 ◦ green 129 ◦ blue 49

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

Shades of Lemon Ginger #908131

Tints of Lemon Ginger #908131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 44.72%
G = 40.06%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#908131 (or 0x908131) is known color: Lemon Ginger. HEX triplet: 90, 81 and 31. RGB value is (144,129,49). Sum of RGB (Red+Green+Blue) = 144+129+49=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #908131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908131 is #6F7ECE. Grayscale: #7C7C7C. Windows color (decimal): -7306959 or 3244432. OLE color: 3244432.

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

Color convert

RGB 144 129 49 -
CMYK 0 0.10 0.66 0.44
HSL 50.53º 0.49% 0.38% -
HSV(B) 50.53º 0.66% 0.56% -
XYZ 19.91 21.85 6.07 -
YUV 124.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 144 129 49 0 0.10 0.66 0.44 50.53 0.49 0.38
Hex 90 81 31 0 A 42 2C 33 31 26
Octal 220 201 61 0 12 102 54 63 61 46
Binary 10010000 10000001 110001 0 1010 1000010 101100 110011 110001 100110

Color Harmonies of #908131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908131

Black with #908131

Text Example


Text Example

White with #908131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908131; }

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

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

background-color css

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

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

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

border-color css

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

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

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