Html Css Color HEX #837F5E Bandicoot

📋 copy color: '#837F5E'

red 131 ◦ green 127 ◦ blue 94

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

Shades of Bandicoot #837F5E

Tints of Bandicoot #837F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 37.22%
G = 36.08%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#837F5E (or 0x837F5E) is known color: Bandicoot. HEX triplet: 83, 7F and 5E. RGB value is (131,127,94). Sum of RGB (Red+Green+Blue) = 131+127+94=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #837F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F5E is #7C80A1. Grayscale: #7C7C7C. Windows color (decimal): -8159394 or 6193027. OLE color: 6193027.

HSL color Cylindrical-coordinate representation of color #837F5E: hue angle of 53.51º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #837F5E is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 127 94 -
CMYK 0 0.03 0.28 0.49
HSL 53.51º 0.16% 0.44% -
HSV(B) 53.51º 0.28% 0.51% -
XYZ 18.97 20.81 13.61 -
YUV 124.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 131 127 94 0 0.03 0.28 0.49 53.51 0.16 0.44
Hex 83 7F 5E 0 3 1C 31 36 10 2C
Octal 203 177 136 0 3 34 61 66 20 54
Binary 10000011 1111111 1011110 0 11 11100 110001 110110 10000 101100

Color Harmonies of #837F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F5E

Black with #837F5E

Text Example


Text Example

White with #837F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837F5E; }

 p { color: rgb(131,127,94); }

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

background-color css

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

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

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

border-color css

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

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

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