Html Css Color HEX #838140 Highball

📋 copy color: '#838140'

red 131 ◦ green 129 ◦ blue 64

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

Shades of Highball #838140

Tints of Highball #838140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 40.43%
G = 39.81%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#838140 (or 0x838140) is known color: Highball. HEX triplet: 83, 81 and 40. RGB value is (131,129,64). Sum of RGB (Red+Green+Blue) = 131+129+64=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #838140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838140 is #7C7EBF. Grayscale: #7A7A7A. Windows color (decimal): -8158912 or 4227459. OLE color: 4227459.

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

Color convert

RGB 131 129 64 -
CMYK 0 0.02 0.51 0.49
HSL 58.21º 0.34% 0.38% -
HSV(B) 58.21º 0.51% 0.51% -
XYZ 18.14 20.9 7.93 -
YUV 122.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 131 129 64 0 0.02 0.51 0.49 58.21 0.34 0.38
Hex 83 81 40 0 2 33 31 3A 22 26
Octal 203 201 100 0 2 63 61 72 42 46
Binary 10000011 10000001 1000000 0 10 110011 110001 111010 100010 100110

Color Harmonies of #838140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838140

Black with #838140

Text Example


Text Example

White with #838140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838140; }

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

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

background-color css

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

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

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

border-color css

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

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

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