Html Css Color HEX #958438 Highball

📋 copy color: '#958438'

red 149 ◦ green 132 ◦ blue 56

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

Shades of Highball #958438

Tints of Highball #958438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 44.21%
G = 39.17%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#958438 (or 0x958438) is known color: Highball. HEX triplet: 95, 84 and 38. RGB value is (149,132,56). Sum of RGB (Red+Green+Blue) = 149+132+56=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #958438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958438 is #6A7BC7. Grayscale: #808080. Windows color (decimal): -6978504 or 3703957. OLE color: 3703957.

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

Color convert

RGB 149 132 56 -
CMYK 0 0.11 0.62 0.42
HSL 49.03º 0.45% 0.4% -
HSV(B) 49.03º 0.62% 0.58% -
XYZ 21.36 23.18 7.09 -
YUV 128.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 149 132 56 0 0.11 0.62 0.42 49.03 0.45 0.4
Hex 95 84 38 0 B 3E 2A 31 2D 28
Octal 225 204 70 0 13 76 52 61 55 50
Binary 10010101 10000100 111000 0 1011 111110 101010 110001 101101 101000

Color Harmonies of #958438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958438

Black with #958438

Text Example


Text Example

White with #958438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958438; }

 p { color: rgb(149,132,56); }

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

background-color css

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

 a { background-color: rgb(149,132,56); }

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

border-color css

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

 span { border-color: rgb(149,132,56); }

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