Html Css Color HEX #858263 Bandicoot

📋 copy color: '#858263'

red 133 ◦ green 130 ◦ blue 99

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

Shades of Bandicoot #858263

Tints of Bandicoot #858263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 36.74%
G = 35.91%
B = 27.35%

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

#858263 (or 0x858263) is known color: Bandicoot. HEX triplet: 85, 82 and 63. RGB value is (133,130,99). Sum of RGB (Red+Green+Blue) = 133+130+99=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #858263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858263 is #7A7D9C. Grayscale: #7F7F7F. Windows color (decimal): -8027549 or 6521477. OLE color: 6521477.

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

Color convert

RGB 133 130 99 -
CMYK 0 0.02 0.26 0.48
HSL 54.71º 0.15% 0.45% -
HSV(B) 54.71º 0.26% 0.52% -
XYZ 19.91 21.85 14.97 -
YUV 127.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 133 130 99 0 0.02 0.26 0.48 54.71 0.15 0.45
Hex 85 82 63 0 2 1A 30 37 F 2D
Octal 205 202 143 0 2 32 60 67 17 55
Binary 10000101 10000010 1100011 0 10 11010 110000 110111 1111 101101

Color Harmonies of #858263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858263

Black with #858263

Text Example


Text Example

White with #858263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858263; }

 p { color: rgb(133,130,99); }

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

background-color css

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

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

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

border-color css

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

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

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