Html Css Color HEX #958728 Lemon Ginger

📋 copy color: '#958728'

red 149 ◦ green 135 ◦ blue 40

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

Shades of Lemon Ginger #958728

Tints of Lemon Ginger #958728

RGB

 RED value IS 149 (58.59% from 255) = 45.99%

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 45.99%
G = 41.67%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#958728 (or 0x958728) is known color: Lemon Ginger. HEX triplet: 95, 87 and 28. RGB value is (149,135,40). Sum of RGB (Red+Green+Blue) = 149+135+40=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #958728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958728 is #6A78D7. Grayscale: #808080. Windows color (decimal): -6977752 or 2656149. OLE color: 2656149.

HSL color Cylindrical-coordinate representation of color #958728: hue angle of 52.29º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #958728 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 40 -
CMYK 0 0.09 0.73 0.42
HSL 52.29º 0.58% 0.37% -
HSV(B) 52.29º 0.73% 0.58% -
XYZ 21.44 23.87 5.48 -
YUV 128.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 149 135 40 0 0.09 0.73 0.42 52.29 0.58 0.37
Hex 95 87 28 0 9 49 2A 34 3A 25
Octal 225 207 50 0 11 111 52 64 72 45
Binary 10010101 10000111 101000 0 1001 1001001 101010 110100 111010 100101

Color Harmonies of #958728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958728

Black with #958728

Text Example


Text Example

White with #958728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958728; }

 p { color: rgb(149,135,40); }

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

background-color css

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

 a { background-color: rgb(149,135,40); }

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

border-color css

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

 span { border-color: rgb(149,135,40); }

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