#838346

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

Shades of Highball #838346

Tints of Highball #838346

Color information

#838346 (or 0x838346) is unknown color: approx Highball. HEX triplet: 83, 83 and 46. RGB value is (131,131,70). Sum of RGB (Red+Green+Blue) = 131+131+70=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838346 is #7C7CB9. Grayscale: #7C7C7C. Windows color (decimal): -8158394 or 4621187. OLE color: 4621187.

HSL color Cylindrical-coordinate representation of color #838346: hue angle of 60º degrees, saturation: 0.3, 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 #838346 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB13113170-
CMYK000.470.49
HSL60º30.35%39.41%-
HSV(B)60º46.56%51.37%-
XYZ18.5821.58.96-
YUV124.0597.5132.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=39.46%
G=39.46%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113170000.470.496030.3539.41
Hex838346002F313c1e27
Octal203203106005761743647
Binary100000111000001110001100010111111000111110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838346; }

 p { color: rgb(131,131,70); }

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

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

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

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

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

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

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