Html Css Color HEX #958540 Highball

📋 copy color: '#958540'

red 149 ◦ green 133 ◦ blue 64

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

Shades of Highball #958540

Tints of Highball #958540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

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

R = 43.06%
G = 38.44%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#958540 (or 0x958540) is known color: Highball. HEX triplet: 95, 85 and 40. RGB value is (149,133,64). Sum of RGB (Red+Green+Blue) = 149+133+64=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958540 is #6A7ABF. Grayscale: #828282. Windows color (decimal): -6978240 or 4228501. OLE color: 4228501.

HSL color Cylindrical-coordinate representation of color #958540: hue angle of 48.71º 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 #958540 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 64 -
CMYK 0 0.11 0.57 0.42
HSL 48.71º 0.4% 0.42% -
HSV(B) 48.71º 0.57% 0.58% -
XYZ 21.71 23.53 8.25 -
YUV 129.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 149 133 64 0 0.11 0.57 0.42 48.71 0.4 0.42
Hex 95 85 40 0 B 39 2A 31 28 2A
Octal 225 205 100 0 13 71 52 61 50 52
Binary 10010101 10000101 1000000 0 1011 111001 101010 110001 101000 101010

Color Harmonies of #958540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958540

Black with #958540

Text Example


Text Example

White with #958540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958540; }

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

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

background-color css

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

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

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

border-color css

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

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

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