Html Css Color HEX #838549 Highball

📋 copy color: '#838549'

red 131 ◦ green 133 ◦ blue 73

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

Shades of Highball #838549

Tints of Highball #838549

RGB

 RED value IS 131 (51.56% from 255) = 38.87%

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

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 38.87%
G = 39.47%
B = 21.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#838549 (or 0x838549) is known color: Highball. HEX triplet: 83, 85 and 49. RGB value is (131,133,73). Sum of RGB (Red+Green+Blue) = 131+133+73=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #838549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838549 is #7C7AB6. Grayscale: #7D7D7D. Windows color (decimal): -8157879 or 4818307. OLE color: 4818307.

HSL color Cylindrical-coordinate representation of color #838549: hue angle of 62º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838549 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 73 -
CMYK 0.02 0 0.45 0.48
HSL 62º 0.29% 0.4% -
HSV(B) 62º 0.45% 0.52% -
XYZ 18.95 22.08 9.57 -
YUV 125.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 131 133 73 0.02 0 0.45 0.48 62 0.29 0.4
Hex 83 85 49 2 0 2D 30 3E 1D 28
Octal 203 205 111 2 0 55 60 76 35 50
Binary 10000011 10000101 1001001 10 0 101101 110000 111110 11101 101000

Color Harmonies of #838549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838549

Black with #838549

Text Example


Text Example

White with #838549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838549; }

 p { color: rgb(131,133,73); }

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

background-color css

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

 a { background-color: rgb(131,133,73); }

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

border-color css

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

 span { border-color: rgb(131,133,73); }

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