#838361

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

Shades of Bandicoot #838361

Tints of Bandicoot #838361

Color information

#838361 (or 0x838361) is unknown color: approx Bandicoot. HEX triplet: 83, 83 and 61. RGB value is (131,131,97). Sum of RGB (Red+Green+Blue) = 131+131+97=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838361 is #7C7C9E. Grayscale: #7F7F7F. Windows color (decimal): -8158367 or 6390659. OLE color: 6390659.

HSL color Cylindrical-coordinate representation of color #838361: 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.26%. Process color model (Four color, CMYK) of #838361 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB13113197-
CMYK000.260.49
HSL60º14.91%44.71%-
HSV(B)60º25.95%51.37%-
XYZ19.6321.9214.51-
YUV127.12111130.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=36.49%
G=36.49%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113197000.260.496014.9144.71
Hex838361001A313cf2d
Octal203203141003261741755
Binary1000001110000011110000100110101100011111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838361; }

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

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

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

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

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

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

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

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