Html Css Color HEX #908328 Lemon Ginger

📋 copy color: '#908328'

red 144 ◦ green 131 ◦ blue 40

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

Shades of Lemon Ginger #908328

Tints of Lemon Ginger #908328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 45.71%
G = 41.59%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#908328 (or 0x908328) is known color: Lemon Ginger. HEX triplet: 90, 83 and 28. RGB value is (144,131,40). Sum of RGB (Red+Green+Blue) = 144+131+40=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #908328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908328 is #6F7CD7. Grayscale: #7C7C7C. Windows color (decimal): -7306456 or 2655120. OLE color: 2655120.

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

Color convert

RGB 144 131 40 -
CMYK 0 0.09 0.72 0.44
HSL 52.5º 0.57% 0.36% -
HSV(B) 52.5º 0.72% 0.56% -
XYZ 20 22.32 5.26 -
YUV 124.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 144 131 40 0 0.09 0.72 0.44 52.5 0.57 0.36
Hex 90 83 28 0 9 48 2C 34 39 24
Octal 220 203 50 0 11 110 54 64 71 44
Binary 10010000 10000011 101000 0 1001 1001000 101100 110100 111001 100100

Color Harmonies of #908328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908328

Black with #908328

Text Example


Text Example

White with #908328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908328; }

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

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

background-color css

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

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

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

border-color css

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

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

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