Html Css Color HEX #958041 Highball

📋 copy color: '#958041'

red 149 ◦ green 128 ◦ blue 65

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

Shades of Highball #958041

Tints of Highball #958041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 43.57%
G = 37.43%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958041 (or 0x958041) is known color: Highball. HEX triplet: 95, 80 and 41. RGB value is (149,128,65). Sum of RGB (Red+Green+Blue) = 149+128+65=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #958041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958041 is #6A7FBE. Grayscale: #7F7F7F. Windows color (decimal): -6979519 or 4292757. OLE color: 4292757.

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

Color convert

RGB 149 128 65 -
CMYK 0 0.14 0.56 0.42
HSL 45º 0.39% 0.42% -
HSV(B) 45º 0.56% 0.58% -
XYZ 21.07 22.21 8.18 -
YUV 127.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 149 128 65 0 0.14 0.56 0.42 45 0.39 0.42
Hex 95 80 41 0 E 38 2A 2D 27 2A
Octal 225 200 101 0 16 70 52 55 47 52
Binary 10010101 10000000 1000001 0 1110 111000 101010 101101 100111 101010

Color Harmonies of #958041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958041

Black with #958041

Text Example


Text Example

White with #958041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958041; }

 p { color: rgb(149,128,65); }

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

background-color css

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

 a { background-color: rgb(149,128,65); }

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

border-color css

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

 span { border-color: rgb(149,128,65); }

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