Html Css Color HEX #85826B Bandicoot

📋 copy color: '#85826B'

red 133 ◦ green 130 ◦ blue 107

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

Shades of Bandicoot #85826B

Tints of Bandicoot #85826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 35.95%
G = 35.14%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85826B (or 0x85826B) is known color: Bandicoot. HEX triplet: 85, 82 and 6B. RGB value is (133,130,107). Sum of RGB (Red+Green+Blue) = 133+130+107=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #85826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85826B is #7A7D94. Grayscale: #808080. Windows color (decimal): -8027541 or 7045765. OLE color: 7045765.

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

Color convert

RGB 133 130 107 -
CMYK 0 0.02 0.20 0.48
HSL 53.08º 0.11% 0.47% -
HSV(B) 53.08º 0.2% 0.52% -
XYZ 20.31 22.01 17.09 -
YUV 128.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 133 130 107 0 0.02 0.20 0.48 53.08 0.11 0.47
Hex 85 82 6B 0 2 14 30 35 B 2F
Octal 205 202 153 0 2 24 60 65 13 57
Binary 10000101 10000010 1101011 0 10 10100 110000 110101 1011 101111

Color Harmonies of #85826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85826B

Black with #85826B

Text Example


Text Example

White with #85826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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