Html Css Color HEX #838442 Highball

📋 copy color: '#838442'

red 131 ◦ green 132 ◦ blue 66

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

Shades of Highball #838442

Tints of Highball #838442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 39.82%
G = 40.12%
B = 20.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#838442 (or 0x838442) is known color: Highball. HEX triplet: 83, 84 and 42. RGB value is (131,132,66). Sum of RGB (Red+Green+Blue) = 131+132+66=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #838442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838442 is #7C7BBD. Grayscale: #7C7C7C. Windows color (decimal): -8158142 or 4359299. OLE color: 4359299.

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

Color convert

RGB 131 132 66 -
CMYK 0.01 0 0.5 0.48
HSL 60.91º 0.33% 0.39% -
HSV(B) 60.91º 0.5% 0.52% -
XYZ 18.59 21.72 8.37 -
YUV 124.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 131 132 66 0.01 0 0.5 0.48 60.91 0.33 0.39
Hex 83 84 42 1 0 32 30 3D 21 27
Octal 203 204 102 1 0 62 60 75 41 47
Binary 10000011 10000100 1000010 1 0 110010 110000 111101 100001 100111

Color Harmonies of #838442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838442

Black with #838442

Text Example


Text Example

White with #838442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838442; }

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

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

background-color css

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

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

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

border-color css

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

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

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