#848062

Color #848062 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #848062

Tints of Bandicoot #848062

Color information

#848062 (or 0x848062) is unknown color: approx Bandicoot. HEX triplet: 84, 80 and 62. RGB value is (132,128,98). Sum of RGB (Red+Green+Blue) = 132+128+98=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #848062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848062 is #7B7F9D. Grayscale: #7D7D7D. Windows color (decimal): -8093598 or 6455428. OLE color: 6455428.

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

Color convert

RGB13212898-
CMYK00.030.260.48
HSL52.94º14.78%45.1%-
HSV(B)52.94º25.76%51.76%-
XYZ19.4421.2314.63-
YUV125.78112.33132.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=36.87%
G=35.75%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321289800.030.260.4852.9414.7845.1
Hex848062031A3035f2d
Octal204200142033260651755
Binary10000100100000001100010011110101100001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848062; }

 p { color: rgb(132,128,98); }

 H1.HeaderClassName
 {
   color: #848062;
 }
 .AnyTagClassName
 {
   color: #848062;
 }
</style>
background-color css

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

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

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

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

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

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