Html Css Color HEX #958538 Highball

📋 copy color: '#958538'

red 149 ◦ green 133 ◦ blue 56

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

Shades of Highball #958538

Tints of Highball #958538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 44.08%
G = 39.35%
B = 16.57%

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

#958538 (or 0x958538) is known color: Highball. HEX triplet: 95, 85 and 38. RGB value is (149,133,56). Sum of RGB (Red+Green+Blue) = 149+133+56=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #958538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958538 is #6A7AC7. Grayscale: #818181. Windows color (decimal): -6978248 or 3704213. OLE color: 3704213.

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

Color convert

RGB 149 133 56 -
CMYK 0 0.11 0.62 0.42
HSL 49.68º 0.45% 0.4% -
HSV(B) 49.68º 0.62% 0.58% -
XYZ 21.5 23.45 7.13 -
YUV 129.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 149 133 56 0 0.11 0.62 0.42 49.68 0.45 0.4
Hex 95 85 38 0 B 3E 2A 32 2D 28
Octal 225 205 70 0 13 76 52 62 55 50
Binary 10010101 10000101 111000 0 1011 111110 101010 110010 101101 101000

Color Harmonies of #958538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958538

Black with #958538

Text Example


Text Example

White with #958538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958538; }

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

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

background-color css

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

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

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

border-color css

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

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

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