Html Css Color HEX #837F64 Bandicoot

📋 copy color: '#837F64'

red 131 ◦ green 127 ◦ blue 100

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

Shades of Bandicoot #837F64

Tints of Bandicoot #837F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 36.59%
G = 35.47%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#837F64 (or 0x837F64) is known color: Bandicoot. HEX triplet: 83, 7F and 64. RGB value is (131,127,100). Sum of RGB (Red+Green+Blue) = 131+127+100=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #837F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F64 is #7C809B. Grayscale: #7D7D7D. Windows color (decimal): -8159388 or 6586243. OLE color: 6586243.

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

Color convert

RGB 131 127 100 -
CMYK 0 0.03 0.24 0.49
HSL 52.26º 0.13% 0.45% -
HSV(B) 52.26º 0.24% 0.51% -
XYZ 19.25 20.92 15.08 -
YUV 125.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 131 127 100 0 0.03 0.24 0.49 52.26 0.13 0.45
Hex 83 7F 64 0 3 18 31 34 D 2D
Octal 203 177 144 0 3 30 61 64 15 55
Binary 10000011 1111111 1100100 0 11 11000 110001 110100 1101 101101

Color Harmonies of #837F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F64

Black with #837F64

Text Example


Text Example

White with #837F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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