#838360

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

Shades of Bandicoot #838360

Tints of Bandicoot #838360

Color information

#838360 (or 0x838360) is unknown color: approx Bandicoot. HEX triplet: 83, 83 and 60. RGB value is (131,131,96). Sum of RGB (Red+Green+Blue) = 131+131+96=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838360 is #7C7C9F. Grayscale: #7F7F7F. Windows color (decimal): -8158368 or 6325123. OLE color: 6325123.

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

Color convert

RGB13113196-
CMYK000.270.49
HSL60º15.42%44.51%-
HSV(B)60º26.72%51.37%-
XYZ19.5921.914.26-
YUV127.01110.5130.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=36.59%
G=36.59%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113196000.270.496015.4244.51
Hex838360001B313cf2d
Octal203203140003361741755
Binary1000001110000011110000000110111100011111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838360; }

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

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

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

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

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

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

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

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