Html Css Color HEX #85826D Bandicoot

📋 copy color: '#85826D'

red 133 ◦ green 130 ◦ blue 109

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

Shades of Bandicoot #85826D

Tints of Bandicoot #85826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 35.75%
G = 34.95%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85826D (or 0x85826D) is known color: Bandicoot. HEX triplet: 85, 82 and 6D. RGB value is (133,130,109). Sum of RGB (Red+Green+Blue) = 133+130+109=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85826D is #7A7D92. Grayscale: #808080. Windows color (decimal): -8027539 or 7176837. OLE color: 7176837.

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

Color convert

RGB 133 130 109 -
CMYK 0 0.02 0.18 0.48
HSL 52.5º 0.1% 0.47% -
HSV(B) 52.5º 0.18% 0.52% -
XYZ 20.42 22.06 17.65 -
YUV 128.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 133 130 109 0 0.02 0.18 0.48 52.5 0.1 0.47
Hex 85 82 6D 0 2 12 30 34 A 2F
Octal 205 202 155 0 2 22 60 64 12 57
Binary 10000101 10000010 1101101 0 10 10010 110000 110100 1010 101111

Color Harmonies of #85826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85826D

Black with #85826D

Text Example


Text Example

White with #85826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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