#838446

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

Shades of Highball #838446

Tints of Highball #838446

Color information

#838446 (or 0x838446) is unknown color: approx Highball. HEX triplet: 83, 84 and 46. RGB value is (131,132,70). Sum of RGB (Red+Green+Blue) = 131+132+70=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #838446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838446 is #7C7BB9. Grayscale: #7C7C7C. Windows color (decimal): -8158138 or 4621443. OLE color: 4621443.

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

Color convert

RGB13113270-
CMYK0.0100.470.48
HSL60.97º30.69%39.61%-
HSV(B)60.97º46.97%51.76%-
XYZ18.7221.779.01-
YUV124.6397.17132.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=39.34%
G=39.64%
B=21.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132700.0100.470.4860.9730.6939.61
Hex838446102F303d1f28
Octal203204106105760753750
Binary100000111000010010001101010111111000011110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838446; }

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

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

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

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

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

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

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

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