Html Css Color HEX #957D40 Highball

📋 copy color: '#957D40'

red 149 ◦ green 125 ◦ blue 64

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

Shades of Highball #957D40

Tints of Highball #957D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 44.08%
G = 36.98%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#957D40 (or 0x957D40) is known color: Highball. HEX triplet: 95, 7D and 40. RGB value is (149,125,64). Sum of RGB (Red+Green+Blue) = 149+125+64=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #957D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D40 is #6A82BF. Grayscale: #7D7D7D. Windows color (decimal): -6980288 or 4226453. OLE color: 4226453.

HSL color Cylindrical-coordinate representation of color #957D40: hue angle of 43.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #957D40 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 125 64 -
CMYK 0 0.16 0.57 0.42
HSL 43.06º 0.4% 0.42% -
HSV(B) 43.06º 0.57% 0.58% -
XYZ 20.65 21.43 7.9 -
YUV 125.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 149 125 64 0 0.16 0.57 0.42 43.06 0.4 0.42
Hex 95 7D 40 0 10 39 2A 2B 28 2A
Octal 225 175 100 0 20 71 52 53 50 52
Binary 10010101 1111101 1000000 0 10000 111001 101010 101011 101000 101010

Color Harmonies of #957D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D40

Black with #957D40

Text Example


Text Example

White with #957D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957D40; }

 p { color: rgb(149,125,64); }

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

background-color css

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

 a { background-color: rgb(149,125,64); }

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

border-color css

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

 span { border-color: rgb(149,125,64); }

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