Html Css Color HEX #958139 Highball

📋 copy color: '#958139'

red 149 ◦ green 129 ◦ blue 57

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

Shades of Highball #958139

Tints of Highball #958139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 44.48%
G = 38.51%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#958139 (or 0x958139) is known color: Highball. HEX triplet: 95, 81 and 39. RGB value is (149,129,57). Sum of RGB (Red+Green+Blue) = 149+129+57=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #958139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958139 is #6A7EC6. Grayscale: #7F7F7F. Windows color (decimal): -6979271 or 3768725. OLE color: 3768725.

HSL color Cylindrical-coordinate representation of color #958139: hue angle of 46.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #958139 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 129 57 -
CMYK 0 0.13 0.62 0.42
HSL 46.96º 0.45% 0.4% -
HSV(B) 46.96º 0.62% 0.58% -
XYZ 20.98 22.39 7.09 -
YUV 126.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 149 129 57 0 0.13 0.62 0.42 46.96 0.45 0.4
Hex 95 81 39 0 D 3E 2A 2F 2D 28
Octal 225 201 71 0 15 76 52 57 55 50
Binary 10010101 10000001 111001 0 1101 111110 101010 101111 101101 101000

Color Harmonies of #958139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958139

Black with #958139

Text Example


Text Example

White with #958139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958139; }

 p { color: rgb(149,129,57); }

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

background-color css

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

 a { background-color: rgb(149,129,57); }

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

border-color css

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

 span { border-color: rgb(149,129,57); }

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