Html Css Color HEX #858367 Bandicoot

📋 copy color: '#858367'

red 133 ◦ green 131 ◦ blue 103

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

Shades of Bandicoot #858367

Tints of Bandicoot #858367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.07%

R = 36.24%
G = 35.69%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#858367 (or 0x858367) is known color: Bandicoot. HEX triplet: 85, 83 and 67. RGB value is (133,131,103). Sum of RGB (Red+Green+Blue) = 133+131+103=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #858367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858367 is #7A7C98. Grayscale: #808080. Windows color (decimal): -8027289 or 6783877. OLE color: 6783877.

HSL color Cylindrical-coordinate representation of color #858367: hue angle of 56º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858367 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 103 -
CMYK 0 0.02 0.23 0.48
HSL 56º 0.13% 0.46% -
HSV(B) 56º 0.23% 0.52% -
XYZ 20.24 22.2 16.05 -
YUV 128.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 133 131 103 0 0.02 0.23 0.48 56 0.13 0.46
Hex 85 83 67 0 2 17 30 38 D 2E
Octal 205 203 147 0 2 27 60 70 15 56
Binary 10000101 10000011 1100111 0 10 10111 110000 111000 1101 101110

Color Harmonies of #858367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858367

Black with #858367

Text Example


Text Example

White with #858367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858367; }

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

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

background-color css

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

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

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

border-color css

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

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

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