Html Css Color HEX #858362 Bandicoot

📋 copy color: '#858362'

red 133 ◦ green 131 ◦ blue 98

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

Shades of Bandicoot #858362

Tints of Bandicoot #858362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 36.74%
G = 36.19%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#858362 (or 0x858362) is known color: Bandicoot. HEX triplet: 85, 83 and 62. RGB value is (133,131,98). Sum of RGB (Red+Green+Blue) = 133+131+98=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #858362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858362 is #7A7C9D. Grayscale: #7F7F7F. Windows color (decimal): -8027294 or 6456197. OLE color: 6456197.

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

Color convert

RGB 133 131 98 -
CMYK 0 0.02 0.26 0.48
HSL 56.57º 0.15% 0.45% -
HSV(B) 56.57º 0.26% 0.52% -
XYZ 19.99 22.1 14.77 -
YUV 127.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 133 131 98 0 0.02 0.26 0.48 56.57 0.15 0.45
Hex 85 83 62 0 2 1A 30 39 F 2D
Octal 205 203 142 0 2 32 60 71 17 55
Binary 10000101 10000011 1100010 0 10 11010 110000 111001 1111 101101

Color Harmonies of #858362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858362

Black with #858362

Text Example


Text Example

White with #858362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858362; }

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

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

background-color css

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

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

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

border-color css

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

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

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