Html Css Color HEX #848365 Bandicoot

📋 copy color: '#848365'

red 132 ◦ green 131 ◦ blue 101

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

Shades of Bandicoot #848365

Tints of Bandicoot #848365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 36.26%
G = 35.99%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#848365 (or 0x848365) is known color: Bandicoot. HEX triplet: 84, 83 and 65. RGB value is (132,131,101). Sum of RGB (Red+Green+Blue) = 132+131+101=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 132 - color contains mainly: red. Hex color #848365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848365 is #7B7C9A. Grayscale: #7F7F7F. Windows color (decimal): -8092827 or 6652804. OLE color: 6652804.

HSL color Cylindrical-coordinate representation of color #848365: hue angle of 58.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848365 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 101 -
CMYK 0 0.01 0.23 0.48
HSL 58.06º 0.13% 0.46% -
HSV(B) 58.06º 0.23% 0.52% -
XYZ 19.98 22.08 15.52 -
YUV 127.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 132 131 101 0 0.01 0.23 0.48 58.06 0.13 0.46
Hex 84 83 65 0 1 17 30 3A D 2E
Octal 204 203 145 0 1 27 60 72 15 56
Binary 10000100 10000011 1100101 0 1 10111 110000 111010 1101 101110

Color Harmonies of #848365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848365

Black with #848365

Text Example


Text Example

White with #848365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848365; }

 p { color: rgb(132,131,101); }

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

background-color css

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

 a { background-color: rgb(132,131,101); }

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

border-color css

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

 span { border-color: rgb(132,131,101); }

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