Html Css Color HEX #957E3E Highball

📋 copy color: '#957E3E'

red 149 ◦ green 126 ◦ blue 62

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

Shades of Highball #957E3E

Tints of Highball #957E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 44.21%
G = 37.39%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#957E3E (or 0x957E3E) is known color: Highball. HEX triplet: 95, 7E and 3E. RGB value is (149,126,62). Sum of RGB (Red+Green+Blue) = 149+126+62=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #957E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E3E is #6A81C1. Grayscale: #7D7D7D. Windows color (decimal): -6980034 or 4095637. OLE color: 4095637.

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

Color convert

RGB 149 126 62 -
CMYK 0 0.15 0.58 0.42
HSL 44.14º 0.41% 0.41% -
HSV(B) 44.14º 0.58% 0.58% -
XYZ 20.72 21.66 7.65 -
YUV 125.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 149 126 62 0 0.15 0.58 0.42 44.14 0.41 0.41
Hex 95 7E 3E 0 F 3A 2A 2C 29 29
Octal 225 176 76 0 17 72 52 54 51 51
Binary 10010101 1111110 111110 0 1111 111010 101010 101100 101001 101001

Color Harmonies of #957E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E3E

Black with #957E3E

Text Example


Text Example

White with #957E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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