Html Css Color HEX #838161 Bandicoot

📋 copy color: '#838161'

red 131 ◦ green 129 ◦ blue 97

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

Shades of Bandicoot #838161

Tints of Bandicoot #838161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.17%

R = 36.69%
G = 36.13%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#838161 (or 0x838161) is known color: Bandicoot. HEX triplet: 83, 81 and 61. RGB value is (131,129,97). Sum of RGB (Red+Green+Blue) = 131+129+97=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 131 - color contains mainly: red. Hex color #838161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838161 is #7C7E9E. Grayscale: #7E7E7E. Windows color (decimal): -8158879 or 6390147. OLE color: 6390147.

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

Color convert

RGB 131 129 97 -
CMYK 0 0.02 0.26 0.49
HSL 56.47º 0.15% 0.45% -
HSV(B) 56.47º 0.26% 0.51% -
XYZ 19.37 21.39 14.42 -
YUV 125.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 131 129 97 0 0.02 0.26 0.49 56.47 0.15 0.45
Hex 83 81 61 0 2 1A 31 38 F 2D
Octal 203 201 141 0 2 32 61 70 17 55
Binary 10000011 10000001 1100001 0 10 11010 110001 111000 1111 101101

Color Harmonies of #838161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838161

Black with #838161

Text Example


Text Example

White with #838161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838161; }

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

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

background-color css

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

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

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

border-color css

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

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

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