Html Css Color HEX #85825A Bandicoot

📋 copy color: '#85825A'

red 133 ◦ green 130 ◦ blue 90

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

Shades of Bandicoot #85825A

Tints of Bandicoot #85825A

RGB

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

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

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

R = 37.68%
G = 36.83%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85825A (or 0x85825A) is known color: Bandicoot. HEX triplet: 85, 82 and 5A. RGB value is (133,130,90). Sum of RGB (Red+Green+Blue) = 133+130+90=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #85825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85825A is #7A7DA5. Grayscale: #7E7E7E. Windows color (decimal): -8027558 or 5931653. OLE color: 5931653.

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

Color convert

RGB 133 130 90 -
CMYK 0 0.02 0.32 0.48
HSL 55.81º 0.19% 0.44% -
HSV(B) 55.81º 0.32% 0.52% -
XYZ 19.5 21.69 12.83 -
YUV 126.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 133 130 90 0 0.02 0.32 0.48 55.81 0.19 0.44
Hex 85 82 5A 0 2 20 30 38 13 2C
Octal 205 202 132 0 2 40 60 70 23 54
Binary 10000101 10000010 1011010 0 10 100000 110000 111000 10011 101100

Color Harmonies of #85825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85825A

Black with #85825A

Text Example


Text Example

White with #85825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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