Html Css Color HEX #85846D Schist

📋 copy color: '#85846D'

red 133 ◦ green 132 ◦ blue 109

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

Shades of Schist #85846D

Tints of Schist #85846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 35.56%
G = 35.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85846D (or 0x85846D) is known color: Schist. HEX triplet: 85, 84 and 6D. RGB value is (133,132,109). Sum of RGB (Red+Green+Blue) = 133+132+109=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85846D is #7A7B92. Grayscale: #818181. Windows color (decimal): -8027027 or 7177349. OLE color: 7177349.

HSL color Cylindrical-coordinate representation of color #85846D: hue angle of 57.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 #85846D is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 109 -
CMYK 0 0.01 0.18 0.48
HSL 57.5º 0.1% 0.47% -
HSV(B) 57.5º 0.18% 0.52% -
XYZ 20.68 22.59 17.74 -
YUV 129.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 133 132 109 0 0.01 0.18 0.48 57.5 0.1 0.47
Hex 85 84 6D 0 1 12 30 3A A 2F
Octal 205 204 155 0 1 22 60 72 12 57
Binary 10000101 10000100 1101101 0 1 10010 110000 111010 1010 101111

Color Harmonies of #85846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85846D

Black with #85846D

Text Example


Text Example

White with #85846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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