Html Css Color HEX #858272 Friar Grey

📋 copy color: '#858272'

red 133 ◦ green 130 ◦ blue 114

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

Shades of Friar Grey #858272

Tints of Friar Grey #858272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 35.28%
G = 34.48%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#858272 (or 0x858272) is known color: Friar Grey. HEX triplet: 85, 82 and 72. RGB value is (133,130,114). Sum of RGB (Red+Green+Blue) = 133+130+114=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #858272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858272 is #7A7D8D. Grayscale: #818181. Windows color (decimal): -8027534 or 7504517. OLE color: 7504517.

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

Color convert

RGB 133 130 114 -
CMYK 0 0.02 0.14 0.48
HSL 50.53º 0.08% 0.48% -
HSV(B) 50.53º 0.14% 0.52% -
XYZ 20.69 22.17 19.11 -
YUV 129.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 133 130 114 0 0.02 0.14 0.48 50.53 0.08 0.48
Hex 85 82 72 0 2 E 30 33 8 30
Octal 205 202 162 0 2 16 60 63 10 60
Binary 10000101 10000010 1110010 0 10 1110 110000 110011 1000 110000

Color Harmonies of #858272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858272

Black with #858272

Text Example


Text Example

White with #858272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858272; }

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

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

background-color css

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

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

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

border-color css

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

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

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