Html Css Color HEX #848261 Bandicoot

📋 copy color: '#848261'

red 132 ◦ green 130 ◦ blue 97

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

Shades of Bandicoot #848261

Tints of Bandicoot #848261

RGB

 RED value IS 132 (51.95% from 255) = 36.77%

 GREEN value IS 130 (51.17% from 255) = 36.21%

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

R = 36.77%
G = 36.21%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#848261 (or 0x848261) is known color: Bandicoot. HEX triplet: 84, 82 and 61. RGB value is (132,130,97). Sum of RGB (Red+Green+Blue) = 132+130+97=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #848261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848261 is #7B7D9E. Grayscale: #7E7E7E. Windows color (decimal): -8093087 or 6390404. OLE color: 6390404.

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

Color convert

RGB 132 130 97 -
CMYK 0 0.02 0.27 0.48
HSL 56.57º 0.15% 0.45% -
HSV(B) 56.57º 0.27% 0.52% -
XYZ 19.66 21.73 14.47 -
YUV 126.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 132 130 97 0 0.02 0.27 0.48 56.57 0.15 0.45
Hex 84 82 61 0 2 1B 30 39 F 2D
Octal 204 202 141 0 2 33 60 71 17 55
Binary 10000100 10000010 1100001 0 10 11011 110000 111001 1111 101101

Color Harmonies of #848261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848261

Black with #848261

Text Example


Text Example

White with #848261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848261; }

 p { color: rgb(132,130,97); }

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

background-color css

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

 a { background-color: rgb(132,130,97); }

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

border-color css

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

 span { border-color: rgb(132,130,97); }

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