#838374

Color #838374 Schist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schist #838374

Tints of Schist #838374

Color information

#838374 (or 0x838374) is unknown color: approx Schist. HEX triplet: 83, 83 and 74. RGB value is (131,131,116). Sum of RGB (Red+Green+Blue) = 131+131+116=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838374 is #7C7C8B. Grayscale: #818181. Windows color (decimal): -8158348 or 7635843. OLE color: 7635843.

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

Color convert

RGB131131116-
CMYK000.110.49
HSL60º6.07%48.43%-
HSV(B)60º11.45%51.37%-
XYZ20.6322.3219.74-
YUV129.29120.5129.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=34.66%
G=34.66%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131116000.110.49606.0748.43
Hex83837400B313c630
Octal20320316400136174660
Binary10000011100000111110100001011110001111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838374; }

 p { color: rgb(131,131,116); }

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

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

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

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

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

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

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