Html Css Color HEX #85815F Bandicoot

📋 copy color: '#85815F'

red 133 ◦ green 129 ◦ blue 95

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

Shades of Bandicoot #85815F

Tints of Bandicoot #85815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 37.25%
G = 36.13%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85815F (or 0x85815F) is known color: Bandicoot. HEX triplet: 85, 81 and 5F. RGB value is (133,129,95). Sum of RGB (Red+Green+Blue) = 133+129+95=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85815F is #7A7EA0. Grayscale: #7E7E7E. Windows color (decimal): -8027809 or 6259077. OLE color: 6259077.

HSL color Cylindrical-coordinate representation of color #85815F: hue angle of 53.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85815F is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 95 -
CMYK 0 0.03 0.29 0.48
HSL 53.68º 0.17% 0.45% -
HSV(B) 53.68º 0.29% 0.52% -
XYZ 19.59 21.51 13.95 -
YUV 126.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 133 129 95 0 0.03 0.29 0.48 53.68 0.17 0.45
Hex 85 81 5F 0 3 1D 30 36 11 2D
Octal 205 201 137 0 3 35 60 66 21 55
Binary 10000101 10000001 1011111 0 11 11101 110000 110110 10001 101101

Color Harmonies of #85815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85815F

Black with #85815F

Text Example


Text Example

White with #85815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85815F; }

 p { color: rgb(133,129,95); }

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

background-color css

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

 a { background-color: rgb(133,129,95); }

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

border-color css

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

 span { border-color: rgb(133,129,95); }

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