Html Css Color HEX #838139 Highball

📋 copy color: '#838139'

red 131 ◦ green 129 ◦ blue 57

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

Shades of Highball #838139

Tints of Highball #838139

RGB

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

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

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

R = 41.32%
G = 40.69%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#838139 (or 0x838139) is known color: Highball. HEX triplet: 83, 81 and 39. RGB value is (131,129,57). Sum of RGB (Red+Green+Blue) = 131+129+57=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #838139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838139 is #7C7EC6. Grayscale: #797979. Windows color (decimal): -8158919 or 3768707. OLE color: 3768707.

HSL color Cylindrical-coordinate representation of color #838139: hue angle of 58.38º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #838139 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 57 -
CMYK 0 0.02 0.56 0.49
HSL 58.38º 0.39% 0.37% -
HSV(B) 58.38º 0.56% 0.51% -
XYZ 17.95 20.82 6.94 -
YUV 121.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 131 129 57 0 0.02 0.56 0.49 58.38 0.39 0.37
Hex 83 81 39 0 2 38 31 3A 27 25
Octal 203 201 71 0 2 70 61 72 47 45
Binary 10000011 10000001 111001 0 10 111000 110001 111010 100111 100101

Color Harmonies of #838139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838139

Black with #838139

Text Example


Text Example

White with #838139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838139; }

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

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

background-color css

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

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

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

border-color css

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

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

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