Html Css Color HEX #848463 Bandicoot

📋 copy color: '#848463'

red 132 ◦ green 132 ◦ blue 99

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

Shades of Bandicoot #848463

Tints of Bandicoot #848463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#848463 (or 0x848463) is known color: Bandicoot. HEX triplet: 84, 84 and 63. RGB value is (132,132,99). Sum of RGB (Red+Green+Blue) = 132+132+99=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848463 is #7B7B9C. Grayscale: #808080. Windows color (decimal): -8092573 or 6521988. OLE color: 6521988.

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

Color convert

RGB 132 132 99 -
CMYK 0 0 0.25 0.48
HSL 60º 0.14% 0.45% -
HSV(B) 60º 0.25% 0.52% -
XYZ 20.02 22.31 15.06 -
YUV 128.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 132 132 99 0 0 0.25 0.48 60 0.14 0.45
Hex 84 84 63 0 0 19 30 3C E 2D
Octal 204 204 143 0 0 31 60 74 16 55
Binary 10000100 10000100 1100011 0 0 11001 110000 111100 1110 101101

Color Harmonies of #848463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848463

Black with #848463

Text Example


Text Example

White with #848463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848463; }

 p { color: rgb(132,132,99); }

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

background-color css

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

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

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

border-color css

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

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

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