#858062

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

Shades of Bandicoot #858062

Tints of Bandicoot #858062

Color information

#858062 (or 0x858062) is unknown color: approx Bandicoot. HEX triplet: 85, 80 and 62. RGB value is (133,128,98). Sum of RGB (Red+Green+Blue) = 133+128+98=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #858062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858062 is #7A7F9D. Grayscale: #7E7E7E. Windows color (decimal): -8028062 or 6455429. OLE color: 6455429.

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

Color convert

RGB13312898-
CMYK00.040.260.48
HSL51.43º15.15%45.29%-
HSV(B)51.43º26.32%52.16%-
XYZ19.621.3114.64-
YUV126.07112.16132.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=37.05%
G=35.65%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331289800.040.260.4851.4315.1545.29
Hex858062041A3033f2d
Octal205200142043260631755
Binary100001011000000011000100100110101100001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858062; }

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

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

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

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

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

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

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

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