Html Css Color HEX #958240 Highball

📋 copy color: '#958240'

red 149 ◦ green 130 ◦ blue 64

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

Shades of Highball #958240

Tints of Highball #958240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

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

R = 43.44%
G = 37.9%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#958240 (or 0x958240) is known color: Highball. HEX triplet: 95, 82 and 40. RGB value is (149,130,64). Sum of RGB (Red+Green+Blue) = 149+130+64=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #958240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958240 is #6A7DBF. Grayscale: #808080. Windows color (decimal): -6979008 or 4227733. OLE color: 4227733.

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

Color convert

RGB 149 130 64 -
CMYK 0 0.13 0.57 0.42
HSL 46.59º 0.4% 0.42% -
HSV(B) 46.59º 0.57% 0.58% -
XYZ 21.3 22.72 8.11 -
YUV 128.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 149 130 64 0 0.13 0.57 0.42 46.59 0.4 0.42
Hex 95 82 40 0 D 39 2A 2F 28 2A
Octal 225 202 100 0 15 71 52 57 50 52
Binary 10010101 10000010 1000000 0 1101 111001 101010 101111 101000 101010

Color Harmonies of #958240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958240

Black with #958240

Text Example


Text Example

White with #958240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958240; }

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

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

background-color css

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

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

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

border-color css

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

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

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