#83827F

Color #83827F Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #83827F

Tints of Friar Grey #83827F

Color information

#83827F (or 0x83827F) is unknown color: approx Friar Grey. HEX triplet: 83, 82 and 7F. RGB value is (131,130,127). Sum of RGB (Red+Green+Blue) = 131+130+127=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 131 - color contains mainly: red. Hex color #83827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83827F is #7C7D80. Grayscale: #818181. Windows color (decimal): -8158593 or 8356483. OLE color: 8356483.

HSL color Cylindrical-coordinate representation of color #83827F: hue angle of 45º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #83827F is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB131130127-
CMYK00.010.030.49
HSL45º1.59%50.59%-
HSV(B)45º3.05%51.37%-
XYZ21.1722.3223.27-
YUV129.96126.33128.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 127 (50% from 255) = 32.73%
R=33.76%
G=33.51%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113012700.010.030.49451.5950.59
Hex83827F013312d233
Octal2032021770136155263
Binary10000011100000101111111011111000110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83827F; }

 p { color: rgb(131,130,127); }

 H1.HeaderClassName
 {
   color: #83827F;
 }
 .AnyTagClassName
 {
   color: #83827F;
 }
</style>
background-color css

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

 a { background-color: rgb(131,130,127); }

 div.DivClassName
 {
   background-color: #83827F;
 }
 .BgClassName
 {
   background-color: #83827F;
 }
</style>
border-color css

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

 span { border-color: rgb(131,130,127); }

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