Html Css Color HEX #958F53 Highball

📋 copy color: '#958F53'

red 149 ◦ green 143 ◦ blue 83

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

Shades of Highball #958F53

Tints of Highball #958F53

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 39.73%
G = 38.13%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958F53 (or 0x958F53) is known color: Highball. HEX triplet: 95, 8F and 53. RGB value is (149,143,83). Sum of RGB (Red+Green+Blue) = 149+143+83=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #958F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F53 is #6A70AC. Grayscale: #8A8A8A. Windows color (decimal): -6975661 or 5476245. OLE color: 5476245.

HSL color Cylindrical-coordinate representation of color #958F53: hue angle of 54.55º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958F53 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 83 -
CMYK 0 0.04 0.44 0.42
HSL 54.55º 0.28% 0.45% -
HSV(B) 54.55º 0.44% 0.58% -
XYZ 23.78 26.66 12.08 -
YUV 137.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 149 143 83 0 0.04 0.44 0.42 54.55 0.28 0.45
Hex 95 8F 53 0 4 2C 2A 37 1C 2D
Octal 225 217 123 0 4 54 52 67 34 55
Binary 10010101 10001111 1010011 0 100 101100 101010 110111 11100 101101

Color Harmonies of #958F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F53

Black with #958F53

Text Example


Text Example

White with #958F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958F53; }

 p { color: rgb(149,143,83); }

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

background-color css

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

 a { background-color: rgb(149,143,83); }

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

border-color css

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

 span { border-color: rgb(149,143,83); }

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