Html Css Color HEX #85826C Bandicoot

📋 copy color: '#85826C'

red 133 ◦ green 130 ◦ blue 108

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

Shades of Bandicoot #85826C

Tints of Bandicoot #85826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 35.85%
G = 35.04%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85826C (or 0x85826C) is known color: Bandicoot. HEX triplet: 85, 82 and 6C. RGB value is (133,130,108). Sum of RGB (Red+Green+Blue) = 133+130+108=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #85826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85826C is #7A7D93. Grayscale: #808080. Windows color (decimal): -8027540 or 7111301. OLE color: 7111301.

HSL color Cylindrical-coordinate representation of color #85826C: hue angle of 52.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85826C is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 108 -
CMYK 0 0.02 0.19 0.48
HSL 52.8º 0.1% 0.47% -
HSV(B) 52.8º 0.19% 0.52% -
XYZ 20.36 22.03 17.37 -
YUV 128.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 133 130 108 0 0.02 0.19 0.48 52.8 0.1 0.47
Hex 85 82 6C 0 2 13 30 35 A 2F
Octal 205 202 154 0 2 23 60 65 12 57
Binary 10000101 10000010 1101100 0 10 10011 110000 110101 1010 101111

Color Harmonies of #85826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85826C

Black with #85826C

Text Example


Text Example

White with #85826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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