Html Css Color HEX #908321 Lemon Ginger

📋 copy color: '#908321'

red 144 ◦ green 131 ◦ blue 33

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

Shades of Lemon Ginger #908321

Tints of Lemon Ginger #908321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 46.75%
G = 42.53%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#908321 (or 0x908321) is known color: Lemon Ginger. HEX triplet: 90, 83 and 21. RGB value is (144,131,33). Sum of RGB (Red+Green+Blue) = 144+131+33=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #908321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908321 is #6F7CDE. Grayscale: #7C7C7C. Windows color (decimal): -7306463 or 2196368. OLE color: 2196368.

HSL color Cylindrical-coordinate representation of color #908321: hue angle of 52.97º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #908321 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 33 -
CMYK 0 0.09 0.77 0.44
HSL 52.97º 0.63% 0.35% -
HSV(B) 52.97º 0.77% 0.56% -
XYZ 19.89 22.27 4.69 -
YUV 123.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 144 131 33 0 0.09 0.77 0.44 52.97 0.63 0.35
Hex 90 83 21 0 9 4D 2C 35 3F 23
Octal 220 203 41 0 11 115 54 65 77 43
Binary 10010000 10000011 100001 0 1001 1001101 101100 110101 111111 100011

Color Harmonies of #908321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908321

Black with #908321

Text Example


Text Example

White with #908321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908321; }

 p { color: rgb(144,131,33); }

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

background-color css

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

 a { background-color: rgb(144,131,33); }

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

border-color css

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

 span { border-color: rgb(144,131,33); }

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