#83835A

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

Shades of Bandicoot #83835A

Tints of Bandicoot #83835A

Color information

#83835A (or 0x83835A) is unknown color: approx Bandicoot. HEX triplet: 83, 83 and 5A. RGB value is (131,131,90). Sum of RGB (Red+Green+Blue) = 131+131+90=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83835A is #7C7CA5. Grayscale: #7E7E7E. Windows color (decimal): -8158374 or 5931907. OLE color: 5931907.

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

Color convert

RGB13113190-
CMYK000.310.49
HSL60º18.55%43.33%-
HSV(B)60º31.3%51.37%-
XYZ19.3221.812.86-
YUV126.33107.5131.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=37.22%
G=37.22%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113190000.310.496018.5543.33
Hex83835A001F313c132b
Octal203203132003761742353
Binary10000011100000111011010001111111000111110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83835A; }

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

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

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

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

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

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

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

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