Html Css Color HEX #908232 Lemon Ginger

📋 copy color: '#908232'

red 144 ◦ green 130 ◦ blue 50

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

Shades of Lemon Ginger #908232

Tints of Lemon Ginger #908232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

 BLUE value IS 50 (19.92% from 255) = 15.43%

R = 44.44%
G = 40.12%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#908232 (or 0x908232) is known color: Lemon Ginger. HEX triplet: 90, 82 and 32. RGB value is (144,130,50). Sum of RGB (Red+Green+Blue) = 144+130+50=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #908232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908232 is #6F7DCD. Grayscale: #7D7D7D. Windows color (decimal): -7306702 or 3310224. OLE color: 3310224.

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

Color convert

RGB 144 130 50 -
CMYK 0 0.10 0.65 0.44
HSL 51.06º 0.48% 0.38% -
HSV(B) 51.06º 0.65% 0.56% -
XYZ 20.06 22.12 6.23 -
YUV 125.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 144 130 50 0 0.10 0.65 0.44 51.06 0.48 0.38
Hex 90 82 32 0 A 41 2C 33 30 26
Octal 220 202 62 0 12 101 54 63 60 46
Binary 10010000 10000010 110010 0 1010 1000001 101100 110011 110000 100110

Color Harmonies of #908232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908232

Black with #908232

Text Example


Text Example

White with #908232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908232; }

 p { color: rgb(144,130,50); }

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

background-color css

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

 a { background-color: rgb(144,130,50); }

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

border-color css

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

 span { border-color: rgb(144,130,50); }

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