Html Css Color HEX #85815E Bandicoot

📋 copy color: '#85815E'

red 133 ◦ green 129 ◦ blue 94

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

Shades of Bandicoot #85815E

Tints of Bandicoot #85815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 37.36%
G = 36.24%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85815E (or 0x85815E) is known color: Bandicoot. HEX triplet: 85, 81 and 5E. RGB value is (133,129,94). Sum of RGB (Red+Green+Blue) = 133+129+94=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85815E is #7A7EA1. Grayscale: #7E7E7E. Windows color (decimal): -8027810 or 6193541. OLE color: 6193541.

HSL color Cylindrical-coordinate representation of color #85815E: hue angle of 53.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85815E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 94 -
CMYK 0 0.03 0.29 0.48
HSL 53.85º 0.17% 0.45% -
HSV(B) 53.85º 0.29% 0.52% -
XYZ 19.54 21.5 13.71 -
YUV 126.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 133 129 94 0 0.03 0.29 0.48 53.85 0.17 0.45
Hex 85 81 5E 0 3 1D 30 36 11 2D
Octal 205 201 136 0 3 35 60 66 21 55
Binary 10000101 10000001 1011110 0 11 11101 110000 110110 10001 101101

Color Harmonies of #85815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85815E

Black with #85815E

Text Example


Text Example

White with #85815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85815E; }

 p { color: rgb(133,129,94); }

 H1.HeaderClassName
 {
   color: #85815E;
 }
 .AnyTagClassName
 {
   color: #85815E;
 }
</style>

background-color css

<style>
 a { background-color: #85815E; }

 a { background-color: rgb(133,129,94); }

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

border-color css

<style>
 span { border-color: #85815E; }

 span { border-color: rgb(133,129,94); }

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