#838248

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

Shades of Highball #838248

Tints of Highball #838248

Color information

#838248 (or 0x838248) is unknown color: approx Highball. HEX triplet: 83, 82 and 48. RGB value is (131,130,72). Sum of RGB (Red+Green+Blue) = 131+130+72=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #838248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838248 is #7C7DB7. Grayscale: #7B7B7B. Windows color (decimal): -8158648 or 4752003. OLE color: 4752003.

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

Color convert

RGB13113072-
CMYK00.010.450.49
HSL58.98º29.06%39.8%-
HSV(B)58.98º45.04%51.37%-
XYZ18.5121.269.26-
YUV123.6998.83133.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=39.34%
G=39.04%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311307200.010.450.4958.9829.0639.8
Hex838248012D313b1d28
Octal203202110015561733550
Binary100000111000001010010000110110111000111101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838248; }

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

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

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

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

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

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

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

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