Html Css Color HEX #83816B Bandicoot

📋 copy color: '#83816B'

red 131 ◦ green 129 ◦ blue 107

#83816B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #83816B

Tints of Bandicoot #83816B

RGB

 RED value IS 131 (51.56% from 255) = 35.69%

 GREEN value IS 129 (50.78% from 255) = 35.15%

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 35.69%
G = 35.15%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83816B (or 0x83816B) is known color: Bandicoot. HEX triplet: 83, 81 and 6B. RGB value is (131,129,107). Sum of RGB (Red+Green+Blue) = 131+129+107=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #83816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83816B is #7C7E94. Grayscale: #7F7F7F. Windows color (decimal): -8158869 or 7045507. OLE color: 7045507.

HSL color Cylindrical-coordinate representation of color #83816B: hue angle of 55º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83816B is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 107 -
CMYK 0 0.02 0.18 0.49
HSL 55º 0.1% 0.47% -
HSV(B) 55º 0.18% 0.51% -
XYZ 19.86 21.59 17.03 -
YUV 127.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 131 129 107 0 0.02 0.18 0.49 55 0.1 0.47
Hex 83 81 6B 0 2 12 31 37 A 2F
Octal 203 201 153 0 2 22 61 67 12 57
Binary 10000011 10000001 1101011 0 10 10010 110001 110111 1010 101111

Color Harmonies of #83816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83816B

Black with #83816B

Text Example


Text Example

White with #83816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83816B; }

 p { color: rgb(131,129,107); }

 H1.HeaderClassName
 {
   color: #83816B;
 }
 .AnyTagClassName
 {
   color: #83816B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #83816B;
 }
 .BgClassName
 {
   background-color: #83816B;
 }
</style>

border-color css

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

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

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