#838236

Color #838236 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #838236

Tints of Highball #838236

Color information

#838236 (or 0x838236) is unknown color: approx Highball. HEX triplet: 83, 82 and 36. RGB value is (131,130,54). Sum of RGB (Red+Green+Blue) = 131+130+54=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #838236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838236 is #7C7DC9. Grayscale: #797979. Windows color (decimal): -8158666 or 3572355. OLE color: 3572355.

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

Color convert

RGB13113054-
CMYK00.010.590.49
HSL59.22º41.62%36.27%-
HSV(B)59.22º58.78%51.37%-
XYZ18.0121.066.61-
YUV121.6489.83134.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=41.59%
G=41.27%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311305400.010.590.4959.2241.6236.27
Hex838236013B313b2a24
Octal20320266017361735244
Binary100000111000001011011001111011110001111011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838236; }

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

 H1.HeaderClassName
 {
   color: #838236;
 }
 .AnyTagClassName
 {
   color: #838236;
 }
</style>
background-color css

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

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

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

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

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

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