Html Css Color HEX #848271 Schist

📋 copy color: '#848271'

red 132 ◦ green 130 ◦ blue 113

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

Shades of Schist #848271

Tints of Schist #848271

RGB

 RED value IS 132 (51.95% from 255) = 35.2%

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

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 35.2%
G = 34.67%
B = 30.13%

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

#848271 (or 0x848271) is known color: Schist. HEX triplet: 84, 82 and 71. RGB value is (132,130,113). Sum of RGB (Red+Green+Blue) = 132+130+113=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #848271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848271 is #7B7D8E. Grayscale: #808080. Windows color (decimal): -8093071 or 7438980. OLE color: 7438980.

HSL color Cylindrical-coordinate representation of color #848271: hue angle of 53.68º 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 #848271 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 130 113 -
CMYK 0 0.02 0.14 0.48
HSL 53.68º 0.08% 0.48% -
HSV(B) 53.68º 0.14% 0.52% -
XYZ 20.48 22.06 18.8 -
YUV 128.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 132 130 113 0 0.02 0.14 0.48 53.68 0.08 0.48
Hex 84 82 71 0 2 E 30 36 8 30
Octal 204 202 161 0 2 16 60 66 10 60
Binary 10000100 10000010 1110001 0 10 1110 110000 110110 1000 110000

Color Harmonies of #848271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848271

Black with #848271

Text Example


Text Example

White with #848271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848271; }

 p { color: rgb(132,130,113); }

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

background-color css

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

 a { background-color: rgb(132,130,113); }

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

border-color css

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

 span { border-color: rgb(132,130,113); }

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