Html Css Color HEX #848165 Bandicoot

📋 copy color: '#848165'

red 132 ◦ green 129 ◦ blue 101

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

Shades of Bandicoot #848165

Tints of Bandicoot #848165

RGB

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

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

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

R = 36.46%
G = 35.64%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#848165 (or 0x848165) is known color: Bandicoot. HEX triplet: 84, 81 and 65. RGB value is (132,129,101). Sum of RGB (Red+Green+Blue) = 132+129+101=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #848165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848165 is #7B7E9A. Grayscale: #7E7E7E. Windows color (decimal): -8093339 or 6652292. OLE color: 6652292.

HSL color Cylindrical-coordinate representation of color #848165: hue angle of 54.19º 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 #848165 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 129 101 -
CMYK 0 0.02 0.23 0.48
HSL 54.19º 0.13% 0.46% -
HSV(B) 54.19º 0.23% 0.52% -
XYZ 19.71 21.55 15.43 -
YUV 126.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 132 129 101 0 0.02 0.23 0.48 54.19 0.13 0.46
Hex 84 81 65 0 2 17 30 36 D 2E
Octal 204 201 145 0 2 27 60 66 15 56
Binary 10000100 10000001 1100101 0 10 10111 110000 110110 1101 101110

Color Harmonies of #848165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848165

Black with #848165

Text Example


Text Example

White with #848165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848165; }

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

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

background-color css

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

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

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

border-color css

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

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

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