#838245

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

Shades of Highball #838245

Tints of Highball #838245

Color information

#838245 (or 0x838245) is unknown color: approx Highball. HEX triplet: 83, 82 and 45. RGB value is (131,130,69). Sum of RGB (Red+Green+Blue) = 131+130+69=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #838245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838245 is #7C7DBA. Grayscale: #7B7B7B. Windows color (decimal): -8158651 or 4555395. OLE color: 4555395.

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

Color convert

RGB13113069-
CMYK00.010.470.49
HSL59.03º31%39.22%-
HSV(B)59.03º47.33%51.37%-
XYZ18.4221.228.76-
YUV123.3497.33133.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=39.70%
G=39.39%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311306900.010.470.4959.033139.22
Hex838245012F313b1f27
Octal203202105015761733747
Binary100000111000001010001010110111111000111101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838245; }

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

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

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

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

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

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

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

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