#838063

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

Shades of Bandicoot #838063

Tints of Bandicoot #838063

Color information

#838063 (or 0x838063) is unknown color: approx Bandicoot. HEX triplet: 83, 80 and 63. RGB value is (131,128,99). Sum of RGB (Red+Green+Blue) = 131+128+99=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #838063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838063 is #7C7F9C. Grayscale: #7D7D7D. Windows color (decimal): -8159133 or 6520963. OLE color: 6520963.

HSL color Cylindrical-coordinate representation of color #838063: hue angle of 54.38º degrees, saturation: 0.14, 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 #838063 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB13112899-
CMYK00.020.240.49
HSL54.38º13.91%45.1%-
HSV(B)54.38º24.43%51.37%-
XYZ19.3321.1614.87-
YUV125.59112.99131.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=36.59%
G=35.75%
B=27.65%

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
Decimal1311289900.020.240.4954.3813.9145.1
Hex83806302183136e2d
Octal203200143023061661655
Binary10000011100000001100011010110001100011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838063; }

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

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

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

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

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

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

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

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