Html Css Color HEX #838241 Highball

📋 copy color: '#838241'

red 131 ◦ green 130 ◦ blue 65

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

Shades of Highball #838241

Tints of Highball #838241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.88%

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

R = 40.18%
G = 39.88%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#838241 (or 0x838241) is known color: Highball. HEX triplet: 83, 82 and 41. RGB value is (131,130,65). Sum of RGB (Red+Green+Blue) = 131+130+65=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #838241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838241 is #7C7DBE. Grayscale: #7B7B7B. Windows color (decimal): -8158655 or 4293251. OLE color: 4293251.

HSL color Cylindrical-coordinate representation of color #838241: hue angle of 59.09º 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 #838241 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 130 65 -
CMYK 0 0.01 0.50 0.49
HSL 59.09º 0.34% 0.38% -
HSV(B) 59.09º 0.5% 0.51% -
XYZ 18.3 21.17 8.12 -
YUV 122.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 131 130 65 0 0.01 0.50 0.49 59.09 0.34 0.38
Hex 83 82 41 0 1 32 31 3B 22 26
Octal 203 202 101 0 1 62 61 73 42 46
Binary 10000011 10000010 1000001 0 1 110010 110001 111011 100010 100110

Color Harmonies of #838241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838241

Black with #838241

Text Example


Text Example

White with #838241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838241; }

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

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

background-color css

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

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

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

border-color css

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

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

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