Html Css Color HEX #957E3B Highball

📋 copy color: '#957E3B'

red 149 ◦ green 126 ◦ blue 59

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

Shades of Highball #957E3B

Tints of Highball #957E3B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.72%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 44.61%
G = 37.72%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#957E3B (or 0x957E3B) is known color: Highball. HEX triplet: 95, 7E and 3B. RGB value is (149,126,59). Sum of RGB (Red+Green+Blue) = 149+126+59=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #957E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E3B is #6A81C4. Grayscale: #7D7D7D. Windows color (decimal): -6980037 or 3899029. OLE color: 3899029.

HSL color Cylindrical-coordinate representation of color #957E3B: hue angle of 44.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #957E3B is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 59 -
CMYK 0 0.15 0.60 0.42
HSL 44.67º 0.43% 0.41% -
HSV(B) 44.67º 0.6% 0.58% -
XYZ 20.64 21.63 7.22 -
YUV 125.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 149 126 59 0 0.15 0.60 0.42 44.67 0.43 0.41
Hex 95 7E 3B 0 F 3C 2A 2D 2B 29
Octal 225 176 73 0 17 74 52 55 53 51
Binary 10010101 1111110 111011 0 1111 111100 101010 101101 101011 101001

Color Harmonies of #957E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E3B

Black with #957E3B

Text Example


Text Example

White with #957E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,126,59); }

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

background-color css

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

 a { background-color: rgb(149,126,59); }

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

border-color css

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

 span { border-color: rgb(149,126,59); }

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