Html Css Color HEX #838160 Bandicoot

📋 copy color: '#838160'

red 131 ◦ green 129 ◦ blue 96

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

Shades of Bandicoot #838160

Tints of Bandicoot #838160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 36.8%
G = 36.24%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#838160 (or 0x838160) is known color: Bandicoot. HEX triplet: 83, 81 and 60. RGB value is (131,129,96). Sum of RGB (Red+Green+Blue) = 131+129+96=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #838160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838160 is #7C7E9F. Grayscale: #7D7D7D. Windows color (decimal): -8158880 or 6324611. OLE color: 6324611.

HSL color Cylindrical-coordinate representation of color #838160: hue angle of 56.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #838160 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 96 -
CMYK 0 0.02 0.27 0.49
HSL 56.57º 0.15% 0.45% -
HSV(B) 56.57º 0.27% 0.51% -
XYZ 19.32 21.37 14.17 -
YUV 125.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 131 129 96 0 0.02 0.27 0.49 56.57 0.15 0.45
Hex 83 81 60 0 2 1B 31 39 F 2D
Octal 203 201 140 0 2 33 61 71 17 55
Binary 10000011 10000001 1100000 0 10 11011 110001 111001 1111 101101

Color Harmonies of #838160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838160

Black with #838160

Text Example


Text Example

White with #838160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838160; }

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

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

background-color css

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

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

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

border-color css

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

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

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