#838244

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

Shades of Highball #838244

Tints of Highball #838244

Color information

#838244 (or 0x838244) is unknown color: approx Highball. HEX triplet: 83, 82 and 44. RGB value is (131,130,68). Sum of RGB (Red+Green+Blue) = 131+130+68=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #838244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838244 is #7C7DBB. Grayscale: #7B7B7B. Windows color (decimal): -8158652 or 4489859. OLE color: 4489859.

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

Color convert

RGB13113068-
CMYK00.010.480.49
HSL59.05º31.66%39.02%-
HSV(B)59.05º48.09%51.37%-
XYZ18.3921.218.59-
YUV123.2396.83133.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=39.82%
G=39.51%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311306800.010.480.4959.0531.6639.02
Hex8382440130313b2027
Octal203202104016061734047
Binary1000001110000010100010001110000110001111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838244; }

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

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

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

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

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

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

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

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