Html Css Color HEX #958242 Highball

📋 copy color: '#958242'

red 149 ◦ green 130 ◦ blue 66

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

Shades of Highball #958242

Tints of Highball #958242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 43.19%
G = 37.68%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#958242 (or 0x958242) is known color: Highball. HEX triplet: 95, 82 and 42. RGB value is (149,130,66). Sum of RGB (Red+Green+Blue) = 149+130+66=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #958242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958242 is #6A7DBD. Grayscale: #808080. Windows color (decimal): -6979006 or 4358805. OLE color: 4358805.

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

Color convert

RGB 149 130 66 -
CMYK 0 0.13 0.56 0.42
HSL 46.27º 0.39% 0.42% -
HSV(B) 46.27º 0.56% 0.58% -
XYZ 21.36 22.75 8.42 -
YUV 128.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 149 130 66 0 0.13 0.56 0.42 46.27 0.39 0.42
Hex 95 82 42 0 D 38 2A 2E 27 2A
Octal 225 202 102 0 15 70 52 56 47 52
Binary 10010101 10000010 1000010 0 1101 111000 101010 101110 100111 101010

Color Harmonies of #958242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958242

Black with #958242

Text Example


Text Example

White with #958242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958242; }

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

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

background-color css

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

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

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

border-color css

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

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

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