Html Css Color HEX #838449 Highball

📋 copy color: '#838449'

red 131 ◦ green 132 ◦ blue 73

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

Shades of Highball #838449

Tints of Highball #838449

RGB

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

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

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

R = 38.99%
G = 39.29%
B = 21.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#838449 (or 0x838449) is known color: Highball. HEX triplet: 83, 84 and 49. RGB value is (131,132,73). Sum of RGB (Red+Green+Blue) = 131+132+73=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #838449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838449 is #7C7BB6. Grayscale: #7D7D7D. Windows color (decimal): -8158135 or 4818051. OLE color: 4818051.

HSL color Cylindrical-coordinate representation of color #838449: hue angle of 61.02º 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 #838449 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 73 -
CMYK 0.01 0 0.45 0.48
HSL 61.02º 0.29% 0.4% -
HSV(B) 61.02º 0.45% 0.52% -
XYZ 18.81 21.81 9.52 -
YUV 124.98 98.67 132.3 -
System Red Green Blue C M Y K H S L
Decimal 131 132 73 0.01 0 0.45 0.48 61.02 0.29 0.4
Hex 83 84 49 1 0 2D 30 3D 1D 28
Octal 203 204 111 1 0 55 60 75 35 50
Binary 10000011 10000100 1001001 1 0 101101 110000 111101 11101 101000

Color Harmonies of #838449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838449

Black with #838449

Text Example


Text Example

White with #838449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838449; }

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

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

background-color css

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

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

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

border-color css

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

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

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