Html Css Color HEX #838173 Friar Grey

📋 copy color: '#838173'

red 131 ◦ green 129 ◦ blue 115

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

Shades of Friar Grey #838173

Tints of Friar Grey #838173

RGB

 RED value IS 131 (51.56% from 255) = 34.93%

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 34.93%
G = 34.4%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#838173 (or 0x838173) is known color: Friar Grey. HEX triplet: 83, 81 and 73. RGB value is (131,129,115). Sum of RGB (Red+Green+Blue) = 131+129+115=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #838173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838173 is #7C7E8C. Grayscale: #808080. Windows color (decimal): -8158861 or 7569795. OLE color: 7569795.

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

Color convert

RGB 131 129 115 -
CMYK 0 0.02 0.12 0.49
HSL 52.5º 0.07% 0.48% -
HSV(B) 52.5º 0.12% 0.51% -
XYZ 20.3 21.76 19.35 -
YUV 128 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 131 129 115 0 0.02 0.12 0.49 52.5 0.07 0.48
Hex 83 81 73 0 2 C 31 34 7 30
Octal 203 201 163 0 2 14 61 64 7 60
Binary 10000011 10000001 1110011 0 10 1100 110001 110100 111 110000

Color Harmonies of #838173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838173

Black with #838173

Text Example


Text Example

White with #838173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838173; }

 p { color: rgb(131,129,115); }

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

background-color css

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

 a { background-color: rgb(131,129,115); }

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

border-color css

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

 span { border-color: rgb(131,129,115); }

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