#838367

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

Shades of Bandicoot #838367

Tints of Bandicoot #838367

Color information

#838367 (or 0x838367) is unknown color: approx Bandicoot. HEX triplet: 83, 83 and 67. RGB value is (131,131,103). Sum of RGB (Red+Green+Blue) = 131+131+103=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838367 is #7C7C98. Grayscale: #7F7F7F. Windows color (decimal): -8158361 or 6783875. OLE color: 6783875.

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

Color convert

RGB131131103-
CMYK000.210.49
HSL60º11.97%45.88%-
HSV(B)60º21.37%51.37%-
XYZ19.9222.0416.04-
YUV127.81114130.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=35.89%
G=35.89%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131103000.210.496011.9745.88
Hex8383670015313cc2e
Octal203203147002561741456
Binary1000001110000011110011100101011100011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838367; }

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

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

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

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

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

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

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

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