Html Css Color HEX #838440 Highball

📋 copy color: '#838440'

red 131 ◦ green 132 ◦ blue 64

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

Shades of Highball #838440

Tints of Highball #838440

RGB

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

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

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

R = 40.06%
G = 40.37%
B = 19.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#838440 (or 0x838440) is known color: Highball. HEX triplet: 83, 84 and 40. RGB value is (131,132,64). Sum of RGB (Red+Green+Blue) = 131+132+64=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #838440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838440 is #7C7BBF. Grayscale: #7C7C7C. Windows color (decimal): -8158144 or 4228227. OLE color: 4228227.

HSL color Cylindrical-coordinate representation of color #838440: hue angle of 60.88º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #838440 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 64 -
CMYK 0.01 0 0.52 0.48
HSL 60.88º 0.35% 0.38% -
HSV(B) 60.88º 0.52% 0.52% -
XYZ 18.54 21.7 8.06 -
YUV 123.95 94.17 133.03 -
System Red Green Blue C M Y K H S L
Decimal 131 132 64 0.01 0 0.52 0.48 60.88 0.35 0.38
Hex 83 84 40 1 0 34 30 3D 23 26
Octal 203 204 100 1 0 64 60 75 43 46
Binary 10000011 10000100 1000000 1 0 110100 110000 111101 100011 100110

Color Harmonies of #838440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838440

Black with #838440

Text Example


Text Example

White with #838440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838440; }

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

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

background-color css

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

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

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

border-color css

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

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

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