Html Css Color HEX #848373 Schist

📋 copy color: '#848373'

red 132 ◦ green 131 ◦ blue 115

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

Shades of Schist #848373

Tints of Schist #848373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 34.92%
G = 34.66%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#848373 (or 0x848373) is known color: Schist. HEX triplet: 84, 83 and 73. RGB value is (132,131,115). Sum of RGB (Red+Green+Blue) = 132+131+115=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #848373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848373 is #7B7C8C. Grayscale: #818181. Windows color (decimal): -8092813 or 7570308. OLE color: 7570308.

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

Color convert

RGB 132 131 115 -
CMYK 0 0.01 0.13 0.48
HSL 56.47º 0.07% 0.48% -
HSV(B) 56.47º 0.13% 0.52% -
XYZ 20.73 22.38 19.45 -
YUV 129.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 132 131 115 0 0.01 0.13 0.48 56.47 0.07 0.48
Hex 84 83 73 0 1 D 30 38 7 30
Octal 204 203 163 0 1 15 60 70 7 60
Binary 10000100 10000011 1110011 0 1 1101 110000 111000 111 110000

Color Harmonies of #848373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848373

Black with #848373

Text Example


Text Example

White with #848373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848373; }

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

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

background-color css

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

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

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

border-color css

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

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

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