Html Css Color HEX #83806E Bandicoot

📋 copy color: '#83806E'

red 131 ◦ green 128 ◦ blue 110

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

Shades of Bandicoot #83806E

Tints of Bandicoot #83806E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 35.5%
G = 34.69%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83806E (or 0x83806E) is known color: Bandicoot. HEX triplet: 83, 80 and 6E. RGB value is (131,128,110). Sum of RGB (Red+Green+Blue) = 131+128+110=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #83806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83806E is #7C7F91. Grayscale: #7E7E7E. Windows color (decimal): -8159122 or 7241859. OLE color: 7241859.

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

Color convert

RGB 131 128 110 -
CMYK 0 0.02 0.16 0.49
HSL 51.43º 0.09% 0.47% -
HSV(B) 51.43º 0.16% 0.51% -
XYZ 19.89 21.39 17.83 -
YUV 126.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 131 128 110 0 0.02 0.16 0.49 51.43 0.09 0.47
Hex 83 80 6E 0 2 10 31 33 9 2F
Octal 203 200 156 0 2 20 61 63 11 57
Binary 10000011 10000000 1101110 0 10 10000 110001 110011 1001 101111

Color Harmonies of #83806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83806E

Black with #83806E

Text Example


Text Example

White with #83806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83806E; }

 p { color: rgb(131,128,110); }

 H1.HeaderClassName
 {
   color: #83806E;
 }
 .AnyTagClassName
 {
   color: #83806E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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