Html Css Color HEX #838237 Highball

📋 copy color: '#838237'

red 131 ◦ green 130 ◦ blue 55

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

Shades of Highball #838237

Tints of Highball #838237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 41.46%
G = 41.14%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#838237 (or 0x838237) is known color: Highball. HEX triplet: 83, 82 and 37. RGB value is (131,130,55). Sum of RGB (Red+Green+Blue) = 131+130+55=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #838237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838237 is #7C7DC8. Grayscale: #7A7A7A. Windows color (decimal): -8158665 or 3637891. OLE color: 3637891.

HSL color Cylindrical-coordinate representation of color #838237: hue angle of 59.21º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #838237 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 130 55 -
CMYK 0 0.01 0.58 0.49
HSL 59.21º 0.41% 0.36% -
HSV(B) 59.21º 0.58% 0.51% -
XYZ 18.03 21.07 6.73 -
YUV 121.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 131 130 55 0 0.01 0.58 0.49 59.21 0.41 0.36
Hex 83 82 37 0 1 3A 31 3B 29 24
Octal 203 202 67 0 1 72 61 73 51 44
Binary 10000011 10000010 110111 0 1 111010 110001 111011 101001 100100

Color Harmonies of #838237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838237

Black with #838237

Text Example


Text Example

White with #838237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838237; }

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

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

background-color css

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

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

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

border-color css

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

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

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