Html Css Color HEX #85835F Bandicoot

📋 copy color: '#85835F'

red 133 ◦ green 131 ◦ blue 95

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

Shades of Bandicoot #85835F

Tints of Bandicoot #85835F

RGB

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

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

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

R = 37.05%
G = 36.49%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85835F (or 0x85835F) is known color: Bandicoot. HEX triplet: 85, 83 and 5F. RGB value is (133,131,95). Sum of RGB (Red+Green+Blue) = 133+131+95=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85835F is #7A7CA0. Grayscale: #7F7F7F. Windows color (decimal): -8027297 or 6259589. OLE color: 6259589.

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

Color convert

RGB 133 131 95 -
CMYK 0 0.02 0.29 0.48
HSL 56.84º 0.17% 0.45% -
HSV(B) 56.84º 0.29% 0.52% -
XYZ 19.85 22.05 14.04 -
YUV 127.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 133 131 95 0 0.02 0.29 0.48 56.84 0.17 0.45
Hex 85 83 5F 0 2 1D 30 39 11 2D
Octal 205 203 137 0 2 35 60 71 21 55
Binary 10000101 10000011 1011111 0 10 11101 110000 111001 10001 101101

Color Harmonies of #85835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85835F

Black with #85835F

Text Example


Text Example

White with #85835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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