Html Css Color HEX #838341 Highball

📋 copy color: '#838341'

red 131 ◦ green 131 ◦ blue 65

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

Shades of Highball #838341

Tints of Highball #838341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 40.06%
G = 40.06%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#838341 (or 0x838341) is known color: Highball. HEX triplet: 83, 83 and 41. RGB value is (131,131,65). Sum of RGB (Red+Green+Blue) = 131+131+65=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838341 is #7C7CBE. Grayscale: #7B7B7B. Windows color (decimal): -8158399 or 4293507. OLE color: 4293507.

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

Color convert

RGB 131 131 65 -
CMYK 0 0 0.50 0.49
HSL 60º 0.34% 0.38% -
HSV(B) 60º 0.5% 0.51% -
XYZ 18.43 21.44 8.17 -
YUV 123.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 131 131 65 0 0 0.50 0.49 60 0.34 0.38
Hex 83 83 41 0 0 32 31 3C 22 26
Octal 203 203 101 0 0 62 61 74 42 46
Binary 10000011 10000011 1000001 0 0 110010 110001 111100 100010 100110

Color Harmonies of #838341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838341

Black with #838341

Text Example


Text Example

White with #838341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838341; }

 p { color: rgb(131,131,65); }

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

background-color css

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

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

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

border-color css

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

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

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