Html Css Color HEX #85875A Bandicoot

📋 copy color: '#85875A'

red 133 ◦ green 135 ◦ blue 90

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

Shades of Bandicoot #85875A

Tints of Bandicoot #85875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 37.15%
G = 37.71%
B = 25.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#85875A (or 0x85875A) is known color: Bandicoot. HEX triplet: 85, 87 and 5A. RGB value is (133,135,90). Sum of RGB (Red+Green+Blue) = 133+135+90=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #85875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85875A is #7A78A5. Grayscale: #818181. Windows color (decimal): -8026278 or 5932933. OLE color: 5932933.

HSL color Cylindrical-coordinate representation of color #85875A: hue angle of 62.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85875A is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 90 -
CMYK 0.01 0 0.33 0.47
HSL 62.67º 0.2% 0.44% -
HSV(B) 62.67º 0.33% 0.53% -
XYZ 20.18 23.05 13.06 -
YUV 129.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 133 135 90 0.01 0 0.33 0.47 62.67 0.2 0.44
Hex 85 87 5A 1 0 21 2F 3F 14 2C
Octal 205 207 132 1 0 41 57 77 24 54
Binary 10000101 10000111 1011010 1 0 100001 101111 111111 10100 101100

Color Harmonies of #85875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85875A

Black with #85875A

Text Example


Text Example

White with #85875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85875A; }

 p { color: rgb(133,135,90); }

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

background-color css

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

 a { background-color: rgb(133,135,90); }

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

border-color css

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

 span { border-color: rgb(133,135,90); }

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