#838064

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

Shades of Bandicoot #838064

Tints of Bandicoot #838064

Color information

#838064 (or 0x838064) is unknown color: approx Bandicoot. HEX triplet: 83, 80 and 64. RGB value is (131,128,100). Sum of RGB (Red+Green+Blue) = 131+128+100=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #838064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838064 is #7C7F9B. Grayscale: #7D7D7D. Windows color (decimal): -8159132 or 6586499. OLE color: 6586499.

HSL color Cylindrical-coordinate representation of color #838064: hue angle of 54.19º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838064 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB131128100-
CMYK00.020.240.49
HSL54.19º13.42%45.29%-
HSV(B)54.19º23.66%51.37%-
XYZ19.3821.1815.12-
YUV125.7113.49131.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=36.49%
G=35.65%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112810000.020.240.4954.1913.4245.29
Hex83806402183136d2d
Octal203200144023061661555
Binary10000011100000001100100010110001100011101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838064; }

 p { color: rgb(131,128,100); }

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

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

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

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

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

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

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