#838349

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

Shades of Highball #838349

Tints of Highball #838349

Color information

#838349 (or 0x838349) is unknown color: approx Highball. HEX triplet: 83, 83 and 49. RGB value is (131,131,73). Sum of RGB (Red+Green+Blue) = 131+131+73=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838349 is #7C7CB6. Grayscale: #7C7C7C. Windows color (decimal): -8158391 or 4817795. OLE color: 4817795.

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

Color convert

RGB13113173-
CMYK000.440.49
HSL60º28.43%40%-
HSV(B)60º44.27%51.37%-
XYZ18.6821.549.48-
YUV124.3999132.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=39.10%
G=39.10%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113173000.440.496028.4340
Hex838349002C313c1c28
Octal203203111005461743450
Binary100000111000001110010010010110011000111110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838349; }

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

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

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

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

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

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

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

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