Html Css Color HEX #858457 Bandicoot

📋 copy color: '#858457'

red 133 ◦ green 132 ◦ blue 87

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

Shades of Bandicoot #858457

Tints of Bandicoot #858457

RGB

 RED value IS 133 (52.34% from 255) = 37.78%

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

 BLUE value IS 87 (34.38% from 255) = 24.72%

R = 37.78%
G = 37.5%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#858457 (or 0x858457) is known color: Bandicoot. HEX triplet: 85, 84 and 57. RGB value is (133,132,87). Sum of RGB (Red+Green+Blue) = 133+132+87=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #858457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858457 is #7A7BA8. Grayscale: #7F7F7F. Windows color (decimal): -8027049 or 5735557. OLE color: 5735557.

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

Color convert

RGB 133 132 87 -
CMYK 0 0.01 0.35 0.48
HSL 58.7º 0.21% 0.43% -
HSV(B) 58.7º 0.35% 0.52% -
XYZ 19.64 22.18 12.26 -
YUV 127.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 133 132 87 0 0.01 0.35 0.48 58.7 0.21 0.43
Hex 85 84 57 0 1 23 30 3B 15 2B
Octal 205 204 127 0 1 43 60 73 25 53
Binary 10000101 10000100 1010111 0 1 100011 110000 111011 10101 101011

Color Harmonies of #858457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858457

Black with #858457

Text Example


Text Example

White with #858457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858457; }

 p { color: rgb(133,132,87); }

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

background-color css

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

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

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

border-color css

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

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

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