#838269

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

Shades of Bandicoot #838269

Tints of Bandicoot #838269

Color information

#838269 (or 0x838269) is unknown color: approx Bandicoot. HEX triplet: 83, 82 and 69. RGB value is (131,130,105). Sum of RGB (Red+Green+Blue) = 131+130+105=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #838269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838269 is #7C7D96. Grayscale: #7F7F7F. Windows color (decimal): -8158615 or 6914691. OLE color: 6914691.

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

Color convert

RGB131130105-
CMYK00.010.200.49
HSL57.69º11.02%46.27%-
HSV(B)57.69º19.85%51.37%-
XYZ19.8921.8116.53-
YUV127.45115.33130.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=35.79%
G=35.52%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113010500.010.200.4957.6911.0246.27
Hex8382690114313ab2e
Octal203202151012461721356
Binary1000001110000010110100101101001100011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838269; }

 p { color: rgb(131,130,105); }

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

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

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

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

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

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

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