#838345

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

Shades of Highball #838345

Tints of Highball #838345

Color information

#838345 (or 0x838345) is unknown color: approx Highball. HEX triplet: 83, 83 and 45. RGB value is (131,131,69). Sum of RGB (Red+Green+Blue) = 131+131+69=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838345 is #7C7CBA. Grayscale: #7C7C7C. Windows color (decimal): -8158395 or 4555651. OLE color: 4555651.

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

Color convert

RGB13113169-
CMYK000.470.49
HSL60º31%39.22%-
HSV(B)60º47.33%51.37%-
XYZ18.5521.498.8-
YUV123.9397133.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=39.58%
G=39.58%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113169000.470.49603139.22
Hex838345002F313c1f27
Octal203203105005761743747
Binary100000111000001110001010010111111000111110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838345; }

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

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

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

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

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

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

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

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